forked from flatiron/cradle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 715 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 715 Bytes
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
{
"name": "cradle",
"version": "0.6.3",
"description": "the high-level, caching, CouchDB library",
"url": "http://cloudhead.io/cradle",
"keywords": ["couchdb", "database", "couch"],
"author": "Alexis Sellier <self@cloudhead.net>",
"contributors": [
{ "name": "Charlie Robbins", "email": "charlie@nodejitsu.com" },
{ "name": "Maciej Malecki", "email": "maciej@nodejitsu.com" }
],
"main": "./lib/cradle",
"dependencies": {
"follow": "0.7.x",
"request": "2.x.x",
"vargs": "0.1.0"
},
"devDependencies": {
"async": "~0.1.x",
"vows": "0.6.x"
},
"scripts": {
"test": "node test/helpers/seed.js && vows --spec"
},
"engines": {
"node": ">=0.6.0"
}
}