-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 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
{
"name": "syncpoint",
"description": "Sync multi-user applications with Apache CouchDB and TouchDB on mobile devices.",
"version": "0.3.0",
"homepage": "https://github.com/couchbaselabs/Syncpoint-API",
"author": {
"name": "Chris Anderson",
"email": "[email protected]",
"url": "http://jchrisa.net"
},
"repository": {
"type": "git",
"url": "git://github.com/couchbaselabs/Syncpoint-API.git"
},
"bugs": {
"url": "https://github.com/couchbaselabs/Syncpoint-API/issues"
},
"licenses": [
{
"type": "Apache",
"url": "https://github.com/couchbaselabs/Syncpoint-API/blob/master/LICENSE"
}
],
"main": "lib/syncpoint-api",
"engines": {
"node": "~0.6.10"
},
"scripts": {
"test": "node_modules/tap/bin/tap.js --timeout=10 test/*",
"start": "bin/run"
},
"dependencies": {
"couchapp" : "0.9.x",
"colors" : "0.6.x",
"coux" : "0.1.x",
"prompt" : "*",
"docstate" : "0.0.x",
"errlog" : "0.1.x"
},
"devDependencies": {
"grunt": "~0.3.6",
"tap" : "0.2.x"
},
"keywords": []
}