-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
54 lines (54 loc) · 1.26 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
47
48
49
50
51
52
53
54
{
"name": "robe",
"version": "2.1.0",
"description": "MongoDB ODM for Node.js using ES6 generators. Supports schema validation, cursors, oplog tailing, etc.",
"main": "index.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/hiddentao/robe.git"
},
"keywords": [
"monk",
"mongo",
"mongodb",
"odm",
"nosql",
"validation"
],
"author": "Ramesh Nair <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hiddentao/robe/issues"
},
"devDependencies": {
"chai": "^1.10.0",
"co-mocha": "^1.1.0",
"cross-spawn": "^4.0.2",
"gulp": "~3.8.1",
"gulp-6to5": "^3.0.0",
"gulp-spawn-mocha": "^3.1.0",
"mocha": "^3.1.2",
"mongo-replica-set": "^0.2.2",
"run-sequence": "~0.3.6",
"shelljs": "^0.4.0",
"sinon": "^1.12.2",
"sinon-chai": "^2.6.0",
"yargs": "^5.0.0"
},
"homepage": "https://github.com/hiddentao/robe",
"dependencies": {
"bluebird": "^2.6.0",
"debug": "^2.1.3",
"eventemitter2": "^2.1.3",
"generator-compose": "^0.1.0",
"lodash": "~3.10.1",
"lodash-deep": "^1.5.3",
"mongodb": "^2.2.10",
"mongoskin": "^2.1.0",
"monk": "^3.1.2",
"simple-nosql-schema": "^1.1.0"
}
}