forked from db-migrate/pg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 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
41
42
43
{
"name": "db-migrate-pg",
"version": "0.2.5",
"description": "A postgresql driver for db-migrate",
"main": "index.js",
"scripts": {
"test": "node node_modules/.bin/vows"
},
"repository": {
"type": "git",
"url": "https://github.com/db-migrate/pg.git"
},
"keywords": [
"db-migrate",
"migrate",
"migration",
"pg",
"postgres",
"postgresql",
"sql",
"database",
"db",
"migrator",
"driver"
],
"author": "Tobias Gurtzick",
"license": "MIT",
"bugs": {
"url": "https://github.com/db-migrate/pg/issues"
},
"homepage": "https://github.com/db-migrate/pg",
"dependencies": {
"bluebird": "^3.1.1",
"db-migrate-base": "^1.5.2",
"pg": "^4.5.7",
"semver": "^5.0.3"
},
"devDependencies": {
"db-meta": "^0.4.1",
"db-migrate-shared": "^1.1.2",
"vows": "0.8.0"
}
}