-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 816 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 816 Bytes
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
{
"name": "mongobird",
"version": "0.1.0",
"description": "A Promises/A+ compliant wrapper for the native node MongoDB client.",
"author": "BitScoop Labs, Inc. (https://bitscoop.com/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bitscooplabs/mongobird.git"
},
"main": "main",
"dependencies": {
"bluebird": "^3.1.5",
"mongodb": "^2.1.4"
},
"devDependencies": {
"chai": "^3.4.1",
"chai-as-promised": "^5.2.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-compress": "^0.14.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-jscs": "^2.5.0",
"grunt-jsonlint": "^1.0.7",
"grunt-mocha-test": "^0.12.7",
"jshint-stylish": "^2.1.0",
"load-grunt-tasks": "^3.4.0",
"mocha": "^2.3.4"
}
}