-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 900 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
{
"name": "koast-db-utils",
"version": "1.0.2",
"description": "Abstraction of mongoDB",
"main": "index.js",
"scripts": {
"test": "node node_modules/gulp/bin/gulp mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/rangle/koast-db-utils.git"
},
"keywords": [
"MongoDB"
],
"author": "rangle.io",
"license": "MIT",
"bugs": {
"url": "https://github.com/rangle/koast-db-utils/issues"
},
"homepage": "https://github.com/rangle/koast-db-utils",
"devDependencies": {
"chai": "^1.10.0",
"gulp": "^3.8.10",
"gulp-mocha": "^2.0.0",
"mocha": "^2.0.1",
"rangle-gulp": "0.0.7"
},
"dependencies": {
"assert": "^1.1.2",
"async": "^0.9.0",
"koast-logger": "^1.0.0",
"module": "0.0.1",
"mongoose": "^3.8.20",
"path": "^0.4.9",
"q": "^1.1.2",
"underscore": "^1.7.0",
"util": "^0.10.3"
}
}