-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 813 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "studio-angular",
"version": "2.0.1",
"description": "Angular Desech Studio Plugin",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:desech/studio-angular.git"
},
"homepage": "https://www.desech.com",
"author": {
"name": "Desech Studio SRL",
"email": "contact@desech.com"
},
"license": "ISC",
"devDependencies": {
"eslint": "^8.7.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^4.1.0"
},
"desech": {
"title": "Angular",
"author": "Desech",
"category": "exportCode",
"url": "https://github.com/desech/studio-angular",
"requires": "2.0.1",
"autoUpdate": true
}
}