-
-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
40 lines (40 loc) · 870 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
{
"name": "db-migrate-mongodb",
"version": "1.5.0",
"description": "mongodb driver for db-migrate",
"main": "index.js",
"scripts": {
"test": "node node_modules/.bin/vows"
},
"repository": {
"type": "git",
"url": "https://github.com/db-migrate/mongodb.git"
},
"keywords": [
"db-migrate",
"db",
"database",
"migrate",
"migration",
"driver"
],
"author": "Tobias Gurtzick <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/db-migrate/mongodb/issues"
},
"homepage": "https://github.com/db-migrate/mongodb",
"dependencies": {
"bluebird": "^3.5.0",
"db-migrate-base": "^1.3.3",
"mongodb": "^3.3.3"
},
"devDependencies": {
"db-meta": "^0.4.1",
"db-migrate-shared": "^1.1.2",
"vows": "0.8.0"
},
"overrides": {
"graceful-fs": "^4.2.11"
}
}