-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 905 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
32
33
34
{
"name": "release-manager.hkube",
"version": "1.3.0",
"description": "handles system wide versions and releases to cluster",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/kube-HPC/release-manager.hkube.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kube-HPC/release-manager.hkube/issues"
},
"homepage": "https://github.com/kube-HPC/release-manager.hkube#readme",
"dependencies": {
"github": "^12.1.0",
"github-repositories": "^3.0.0",
"js-yaml": "^3.13.1",
"lodash.merge": "^4.6.1",
"lodash.pickby": "^4.6.0",
"lodash.unionby": "^4.8.0",
"request-promise-native": "^1.0.7",
"simple-git": "^2.38.0",
"spawn-sync": "^1.0.15"
},
"devDependencies": {
"lerna": "^3.14.1"
}
}