-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 834 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 834 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
{
"name": "client-hooks-mvn-compile",
"version": "0.2.5",
"description": "A client-hooks plugin which use maven compile check.",
"main": "index.js",
"scripts": {
"install": "node scripts/install.js",
"postuninstall": "node scripts/postuninstall.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crux-wild/client-hooks-mvn-compile.git"
},
"keywords": [
"client",
"hooks",
"plugin",
"compile",
"check",
"maven",
"java"
],
"author": "crux",
"license": "MIT",
"bugs": {
"url": "https://github.com/crux-wild/client-hooks-mvn-compile/issues"
},
"homepage": "https://github.com/crux-wild/client-hooks-mvn-compile#readme",
"dependencies": {
"co": "^4.6.0",
"download": "^5.0.2",
"inquirer": "^1.1.2",
"shelljs": "^0.7.3"
}
}