forked from flatiron/resourceful
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 913 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": "resourceful",
"description": "an isomorphic Resource engine for JavaScript",
"version": "0.3.3",
"url": "http://github.com/flatiron/resourceful",
"keywords": [
"ODM",
"database",
"couchdb",
"model",
"resource"
],
"author": "Nodejitsu Inc. <[email protected]>",
"maintainers": [
"indexzero <[email protected]>",
"indutny <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/flatiron/resourceful.git"
},
"dependencies": {
"async": "0.1.x",
"cradle": "0.6.x",
"i": "0.3.x",
"revalidator": "0.1.x",
"node-uuid": "1.3.x",
"utile": "0.1.x"
},
"devDependencies": {
"vows": "~0.6.0"
},
"main": "./lib/resourceful",
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"browserify": "browserify lib/browser.js -o build/resourceful.js",
"test": "vows --spec"
}
}