forked from agavish/node-embedded-mongodb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.02 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
43
44
45
{
"name": "node-embedded-mongodb",
"version": "0.0.3",
"main": "lib/node-embedded-mongodb.js",
"description": "Node.js embedded mongoDb module",
"homepage": "https://github.com/agavish/node-embedded-mongodb",
"bugs": "https://github.com/agavish/node-embedded-mongodb/issues",
"author": {
"name": "Adam Gavish",
"email": "[email protected]",
"url": "www.github.com/agavish"
},
"repository": {
"type": "git",
"url": "https://github.com/agavish/node-embedded-mongodb"
},
"license": "MIT",
"files": [
"lib"
],
"keywords": [
"node-embedded-mongodb",
"MongoDB",
"node",
"embedded"
],
"devDependencies": {
"gulp": "^3.8.10",
"gulp-bump": "^0.1.11",
"gulp-git": "^0.5.6",
"gulp-istanbul": "^0.5.0",
"gulp-mocha": "^2.0.0",
"gulp-tag-version": "^1.2.1",
"jshint-stylish": "^0.2.0",
"mocha": "^2.1.0",
"mongoose": "^3.8.22"
},
"scripts": {
"test": "gulp test"
},
"dependencies": {
"path": "^0.11.14",
"shelljs": "^0.3.0"
}
}