-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
40 lines (39 loc) · 1.17 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
{
"name": "ccnq3_main",
"version": "0.0.2",
"description": "Main application for CCNQ3",
"keywords": "",
"homepage": "https://github.com/shimaore/ccnq3",
"bugs": { "url": "https://github.com/shimaore/ccnq3/issues" },
"repository": {
"type": "git"
, "url": "git://github.com/shimaore/ccnq3.git"
},
"author": { "name": "Stephane Alnet", "email": "stephane@shimaore.net" },
"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"
, "lint": "coffeelint -r . ; find . -name '*.json' -exec jsonlint '{}' ';' >/dev/null"
},
"dependencies": {
"ccnq3": "^0.6.0"
, "npm": "1.2.20"
, "pico": ">=0.1.13"
},
"devDependencies": {
"marked": "*"
, "coffeecup": "*"
, "coffee-script": "*"
, "ccss": "*"
, "docco": "*"
},
"engines": { "node": ">=0.8", "coffee": ">=1.6" },
"private": true,
"ok": true
}