-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
41 lines (41 loc) · 880 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
35
36
37
38
39
40
41
{
"name": "coax",
"description": "Couch client using pax for path currying and request for HTTP.",
"version": "0.4.2",
"homepage": "https://github.com/jchris/coax",
"author": {
"name": "Chris Anderson",
"email": "jchris@couchbase.com",
"url": "http://www.couchbase.com"
},
"repository": {
"type": "git",
"url": "git://github.com/jchris/coax.git"
},
"bugs": {
"url": "https://github.com/jchris/coax/issues"
},
"licenses": [
{
"type": "Apache",
"url": "https://github.com/jchris/coax/blob/master/LICENSE-Apache"
}
],
"main": "lib/coax",
"engines": {
"node": "~0.8.16"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"hoax" : "0.2",
"pax" : "0.2"
},
"devDependencies": {
"grunt": "~0.3.6",
"request" : "2.12",
"grunt-browserify": "~0.1"
},
"keywords": []
}