forked from m3talsmith/pg-migrator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.59 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "pg-migrator",
"description": "The complete and easy to use command-line migration tool for PostgreSQL",
"version": "1.0.5",
"main": "lib",
"bin": {
"pg-migrator": "bin/pg-migrator"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/Aphel-Cloud-Solutions/pg-migrator/",
"repository": {
"type": "git",
"url": "https://github.com/Aphel-Cloud-Solutions/pg-migrator.git"
},
"bugs": {
"url": "https://github.com/Aphel-Cloud-Solutions/pg-migrator/issues/",
"email": "[email protected]"
},
"author": {
"name": "Aphel Cloud Solutions",
"email": "[email protected]",
"url": "http://www.aphel.com.tr/"
},
"dependencies": {
"bluebird": "2.x",
"pg-bluebird": "1.x",
"underscore": "1.x",
"colors": "1.x"
},
"devDependencies": {
"jasmine-node": "1.x"
},
"scripts": {
"test": "make test"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/Aphel-Cloud-Solutions/pg-migrator/master/LICENSE"
}
],
"keywords": [
"pg",
"postgres",
"postgresql",
"migrate",
"migration",
"migrator",
"pg-migrate",
"pg-migration",
"pg-migrator",
"patch",
"patcher",
"pg-patch",
"pg-patcher",
"db",
"database",
"database migration",
"database migrator",
"node-postgres",
"node-postgresql"
]
}