forked from component/model
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.04 KB
/
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
46
{
"name": "fendjs-model",
"version": "0.0.7",
"description": "Elegant data models for Fend.js",
"repository": {
"type": "git",
"url": "git://github.com/Frapwings/fendjs-model.git"
},
"author": "kazupon (kazuya kawaguchi) <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Frapwings/fendjs-model/issues"
},
"keywords": [
"fend.js",
"isomorphic",
"collection",
"model",
"orm",
"db",
"database"
],
"dependencies": {
"each-component": "git://github.com/component/each.git#master",
"fendjs-collection": "~0.0.3",
"emitter-component": "~1.1.0",
"uuid": "~1.4.1",
"object-component": "0.0.3"
},
"devDependencies": {
"express": "~3.4.0",
"component": "~0.18.0",
"mocha": "~1.14.0",
"mocha-phantomjs": "~3.1.5",
"mocha-lcov-reporter": "0.0.1",
"jscoverage": "~0.3.8",
"coveralls": "~2.3.0"
},
"main": "lib/index.js",
"scripts": {
"test": "make test-coveralls"
},
"engines": {
"node": ">= 0.10.0"
}
}