-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.07 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
44
45
46
47
48
{
"name": "coderoad-cli",
"version": "0.10.0",
"description": "Command line interface for CodeRoad. Build project files.",
"keywords": [
"coderoad"
],
"homepage": "https://github.com/coderoad/coderoad-cli#readme",
"bugs": {
"url": "https://github.com/coderoad/coderoad-cli/issues"
},
"license": "ISC",
"author": "Shawn McKay <[email protected]>",
"files": [
"setup",
"lib",
"package.json",
"*.md"
],
"main": "lib/index.js",
"bin": {
"coderoad": "lib/cli.js"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coderoad/coderoad-cli.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"atom-plugin-command-line": "1.0.2",
"chalk": "1.1.3",
"commander": "2.9.0",
"node-file-exists": "1.1.0",
"prompt": "1.0.0",
"sort-package-json": "^1.4.0",
"validate-npm-package-name": "2.2.2"
},
"devDependencies": {
"chai": "3.5.0",
"mocha": "3.0.2"
},
"preferGlobal": true
}