forked from gordonmleigh/promised-mongo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 945 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
{
"name": "promised-mongo",
"description": "Easy to use module that implements the mongo api and supports promises",
"keywords": [
"mongo",
"db",
"mongodb",
"promise",
"q"
],
"license": "MIT",
"version": "1.2.0",
"repository": "git://github.com/gordonmleigh/promised-mongo.git",
"author": "Gordon Mackenzie-Leigh <[email protected]>",
"contributors": [
"Gordon Mackenzie-Leigh <[email protected]>"
],
"dependencies": {
"babel-runtime": "^5.5.5",
"bluebird": "^2.9.27",
"harmony-proxy": "0.0.2",
"lodash": "^3.9.3",
"mongodb-core": "^1.1.33",
"parse-mongo-url": "^1.1.1",
"readable-stream": "~1.1.8"
},
"scripts": {
"test": "mocha",
"main": "dist/index.js"
},
"devDependencies": {
"babel": "^5.5.5",
"chai": "^3.0.0",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.1",
"grunt-contrib-clean": "^0.6.0",
"load-grunt-tasks": "^3.2.0"
}
}