-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.08 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "openshift-test-assistant",
"version": "0.4.2",
"author": "Red Hat, Inc.",
"license": "Apache-2.0",
"scripts": {
"lint": "eslint *.js",
"ci": "npm run lint",
"prepublish": "nsp check"
},
"dependencies": {
"callsite": "^1.0.0",
"nodeshift": "^1.3.2",
"openshift-config-loader": "^0.4.0",
"openshift-rest-client": "^0.11.0",
"supertest": "^3.0.0"
},
"devDependencies": {
"eslint": "^4.18.0",
"eslint-config-semistandard": "^12.0.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.6.1",
"eslint-plugin-standard": "^3.0.1",
"nsp": "^3.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/mocenas/openshift-test-assistant.git"
},
"bugs": {
"url": "https://github.com/mocenas/openshift-test-assistant/issues"
},
"homepage": "https://github.com/mocenas/openshift-test-assistant",
"files": [
"LICENSE",
"index.js",
"app",
"package.json"
]
}