-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 950 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 950 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
33
34
35
36
37
38
39
40
41
42
43
{
"name": "client-hooks",
"version": "1.0.9",
"description": "plugin-based client hooks management",
"main": "index.js",
"scripts": {
"install": "node scripts/install.js",
"postuninstall": "node scripts/postuninstall.js"
},
"repository": {
"type": "git",
"url": "https://github.com/crux-wild/client-hooks"
},
"keywords": [
"git",
"hooks",
"client",
"tool",
"validate"
],
"author": "crux",
"engines": {
"git": ">=2.9.0",
"node": ">=6.3.1"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/crux-wild/client-hooks/issues"
},
"homepage": "https://github.com/crux-wild/client-hooks#readme",
"dependencies": {
"chalk": "^1.1.3",
"cli-table": "^0.3.1",
"co": "^4.6.0",
"download": "^5.0.2",
"inquirer": "^1.1.2",
"is_js": "^0.8.0",
"lodash": "^4.15.0",
"semver": "^5.3.0",
"semver-regex": "^1.0.0",
"shelljs": "^0.7.3"
}
}