forked from flatiron/cradle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 927 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
42
43
44
45
{
"name": "cradle",
"version": "0.7.2",
"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.11.x",
"request": "2.x.x",
"vargs": "0.1.0"
},
"devDependencies": {
"async": "~0.9.0",
"proxyquire": "^1.7.3",
"sinon": "^1.17.2",
"vows": "0.8.x"
},
"scripts": {
"test": "node test/helpers/seed.js && vows --spec"
},
"engines": {
"node": ">=0.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/flatiron/cradle.git"
},
"license": "MIT"
}