forked from flatiron/resourceful
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 875 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
{
"name": "resourceful",
"description": "A storage agnostic resource-oriented ODM for building prototypical models with validation and sanitization.",
"version": "0.1.4",
"url": "http://github.com/flatiron/resourceful",
"keywords": ["ODM", "database", "couchdb", "model", "resource"],
"author": "Charlie Robbins <[email protected]>",
"contributors": [
{ "name": "Alexis Sellier", "email": "[email protected]" },
{ "name": "Fedor Indutny", "email": "[email protected]" },
{ "name": "Robert Sköld", "email": "[email protected]" }
],
"repository": {
"type": "git",
"url": "git://github.com/flatiron/resourceful.git"
},
"dependencies": {
"cradle": "0.5.x",
"revalidator": "*"
},
"devDependencies": {
"vows": "0.5.x >=0.5.11"
},
"main": "./lib/resourceful",
"scripts": {
"test": "vows --spec -i"
}
}