-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1007 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1007 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
{
"name": "grasshopper-cli",
"version": "0.1.22",
"description": "Command line interface that manages the grasshopper data management system.",
"main": "bin/grasshopper-admin.js",
"scripts": {
"start": "./bin/grasshopper"
},
"bin": {
"grasshopper": "./bin/grasshopper"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/Solid-Interactive/grasshopper-cli.git"
},
"author": "Travis McHattie",
"license": "MIT",
"bugs": {
"url": "https://github.com/Solid-Interactive/grasshopper-cli/issues"
},
"homepage": "https://github.com/Solid-Interactive/grasshopper-cli",
"dependencies": {
"grunt": "~0.4.4",
"commander": "~2.2.0",
"inquirer": "~0.4.1",
"cli-color": "~0.2.3",
"q": "^1.0.1",
"mongodb": "^1.4.7",
"lodash": "^2.4.1"
},
"devDependencies": {
"mocha": "^1.20.1",
"chai": "^1.9.1"
}
}