-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 928 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": "fendjs-model-mongo",
"version": "0.0.1",
"description": "MongoDB model plugin for Fend.js",
"repository": {
"type": "git",
"url": "git://github.com/Frapwings/fendjs-model-mongo.git"
},
"author": "kazupon (kazuya kawaguchi) <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Frapwings/fendjs-model-mongo/issues"
},
"keywords": [
"fend.js",
"model",
"orm",
"db",
"database"
],
"dependencies": {
"fendjs-model": "~0.0.7",
"fendjs-collection": "~0.0.3",
"mongodb": "~1.3.19",
"async": "~0.2.9"
},
"devDependencies": {
"debug": "~0.7.4",
"expect.js": "~0.2.0",
"mocha": "~1.14.0",
"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"
}
}