forked from ManageIQ/manageiq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 881 Bytes
/
package.json
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
{
"name": "manageiq",
"version": "1.0.0",
"description": "ManageIQ Cloud Management Platform",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ManageIQ/manageiq.git"
},
"author": "ManageIQ",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ManageIQ/manageiq/issues"
},
"homepage": "https://github.com/ManageIQ/manageiq#readme",
"devDependencies": {
"babel-eslint": "^6.0.4",
"eslint": "^3.9.1",
"eslint-config-angular": "^0.5.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-angular": "^1.0.1",
"eslint-plugin-import": "^1.9.2",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-promise": "^3.3.0",
"eslint-plugin-react": "^5.1.1",
"eslint-plugin-standard": "^2.0.1"
}
}