-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 897 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": "mongodb-api",
"version": "0.0.4",
"description": "Module to invoke Mongo DB services",
"author": "Kidozen <[email protected]>",
"contributors": [
{
"name": "Silvio Massari",
"email": "[email protected]"
}
],
"main": "index.js",
"scripts": {
"test": "mocha -R spec test"
},
"repository": {
"type": "git",
"url": "https://github.com/kidozen/node-mongodb-api.git"
},
"keywords": [
"kidozen",
"connector",
"mongodb"
],
"license": "MIT",
"dependencies": {
"winston": "0.7.2",
"mongodb": "1.3.19",
"mem-cache": "0.0.3",
"node-uuid": "1.4.0",
"join": "2.3.1"
},
"devDependencies": {
"mocha" : "1.11.0",
"assert": "0.4.9",
"sinon" : "1.7.3",
"locus" : "0.0.4"
}
}