-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
42 lines (42 loc) · 948 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
{
"name": "resourceful",
"description": "an isomorphic Resource engine for JavaScript",
"version": "0.3.5",
"url": "http://github.com/flatiron/resourceful",
"keywords": [
"ODM",
"database",
"couchdb",
"model",
"resource"
],
"author": "Charlie Robbins <[email protected]>",
"maintainers": [
"cloudhead <[email protected]>",
"indutny <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/flatiron/resourceful.git"
},
"dependencies": {
"async": "0.9.x",
"cradle": "~0.6.8",
"i": "~0.3.2",
"node-uuid": "~1.4.2",
"redis": "~0.12.0",
"revalidator": "~0.3.0",
"utile": "~0.3.0"
},
"devDependencies": {
"vows": "~0.7.0"
},
"main": "./lib/resourceful",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"browserify": "browserify lib/browser.js -o build/resourceful.js",
"test": "vows --spec"
}
}