-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
executable file
·33 lines (33 loc) · 993 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
{
"author": "Dominic Barnes <contact@dominicbarnes.us> (http://dominicbarnes.us)",
"name": "couchdb-api",
"description": "An async wrapper for the CouchDB HTTP API, following Node.js conventions",
"keywords": [ "couchdb", "async", "nosql", "api", "http", "couch", "rest" ],
"version": "1.2.2",
"main": "index",
"homepage": "http://dominicbarnes.us/node-couchdb-api",
"repository": {
"type": "git",
"url": "git://github.com/dominicbarnes/node-couchdb-api.git"
},
"scripts": {
"test": "mocha"
},
"engines": {
"node": "0.6.x || 0.8.x"
},
"dependencies": {
"underscore": "1.3.x",
"request": "2.11.x"
},
"devDependencies": {
"async": "0.1.x",
"glob": "3.1.x"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dominicbarnes/node-couchdb-api/raw/master/MIT-LICENSE.md"
}
]
}