-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "rupert-plugin-mongo",
"version": "0.0.6",
"description": "Configurations to connect Rupert with a Mongo backend.'",
"main": "src/config.js",
"scripts": {
"test": "mocha --require test/util.js --compilers coffee:coffee-script/register"
},
"engines": {
"node": ">=0.12",
"iojs": ">=1.0"
},
"author": "David Souther <davidsouther@gmail.com> (https://davidsouther.com/)",
"license": "ISC",
"devDependencies": {
"coffee-script": "^1.9.3",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-release": "^0.12.0",
"mocha": "^2.2.5",
"rupert": "^0.3.6",
"supertest": "^1.0.1"
},
"dependencies": {
"debug": "^2.2.0",
"express-restify-mongoose": "^1.0.1",
"mongodb": "^2.0.33",
"mongoose": "^4.0.3",
"mongoose-q": "0.0.17"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/RupertJS/rupert-plugin-mongo.git"
},
"bugs": {
"url": "https://github.com/RupertJS/rupert-plugin-mongo/issues"
},
"homepage": "https://github.com/RupertJS/rupert-plugin-mongo"
}