forked from flashstockinc/mongoose-data-migrate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 909 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
40
41
42
{
"name": "mongoose-data-migrate",
"version": "0.1.2",
"description": "Data migration framework for node.js using mongoose",
"keywords": [
"mongo",
"mongodb",
"mongoose",
"migrate",
"migration",
"migrations",
"data",
"database"
],
"bugs": "https://github.com/flashstockinc/mongoose-data-migrate/issues",
"license": "MIT",
"author": "Jose Roberto Vidal <[email protected]>",
"contributors": [{
}],
"main": "index.js",
"bin": "bin/index.js",
"repository": {
"type": "git",
"url": "[email protected]:flashstockinc/mongoose-data-migrate.git"
},
"scripts": {
"test": "jasmine-node test/"
},
"dependencies": {
"cli": "^0.6.5",
"debug": "^2.1.1",
"lodash": "^3.1.0",
"mkdirp": "^0.5.1",
"q": "^1.1.2"
},
"devDependencies": {
"jasmine-node": "^1.14.5",
"mongodb": "^2.1.18",
"mongoose": "^4.6.3",
"rimraf": "^2.2.8"
}
}