forked from anvilresearch/modinha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 854 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
{
"name": "modinha",
"description": "Modinha is a toolkit for creating persisted models in Nodejs.",
"author": {
"name": "Christian Smith",
"email": "[email protected]",
"url": "http://anvil.io"
},
"version": "0.0.26",
"repository": {
"type": "git",
"url": "https://github.com/christiansmith/Modinha.git"
},
"main": "./lib/Modinha.js",
"license": "MIT",
"devDependencies": {
"grunt-contrib-watch": "~0.5.3",
"grunt": "~0.4.1",
"grunt-mocha-cov": "0.0.7",
"chai": "~1.7.2",
"grunt-release": "~0.5.1",
"coffee-script": "~1.6.3",
"sinon-chai": "~2.4.0",
"sinon": "~1.7.3"
},
"dependencies": {
"underscore": "~1.5.1",
"revalidator": "~0.1.5",
"async": "~0.2.9",
"node-uuid": "~1.4.1"
},
"bugs": {
"url": "https://github.com/christiansmith/Modinha/issues"
}
}