forked from shimaore/ccnq3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (33 loc) · 1001 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": "ccnq3_main",
"version": "0.0.2",
"description": "Main application for CCNQ3",
"keywords": "",
"author": { "name": "Stephane Alnet", "email": "[email protected]" },
"config": {
"file": "/etc/ccnq3/host.json"
},
"scripts": {
"start": "./bin/npm-apps.coffee start"
, "stop": "./bin/npm-apps.coffee stop"
, "updates": "./bin/npm-apps.coffee install && ./bin/npm-apps.coffee update && ./bin/npm-apps.coffee run-script couchapps"
, "bootstrap": "./bin/npm-apps.coffee run-script bootstrap"
, "compact": "./bin/npm-apps.coffee run-script compact"
, "test": "coffeelint -r . ; find . -name '*.json' -exec jsonlint '{}' ';' >/dev/null"
},
"dependencies": {
"ccnq3": ">=0.3.7"
, "request": "*"
, "npm": "*"
},
"devDependencies": {
"github-flavored-markdown": "*"
, "coffeecup": "*"
, "coffee-script": "*"
, "ccss": "*"
, "docco": "*"
},
"engines": { "node": ">=0.6.5", "coffee": ">=1.1.3" },
"private": true,
"ok": true
}