-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
64 lines (64 loc) · 1.51 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
{
"name": "pg-migrator",
"description": "The complete and easy to use command-line migration tool for PostgreSQL",
"version": "1.0.2",
"main": "lib",
"bin": {
"pg-migrator": "bin/pg-migrator"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/leventkaragol/pg-migrator/",
"repository": {
"type": "git",
"url": "https://github.com/leventkaragol/pg-migrator.git"
},
"bugs": {
"url": "https://github.com/leventkaragol/pg-migrator/issues",
"email": "leventkaragol@gmail.com"
},
"author": {
"name": "H.Levent KARAGÖL",
"email": "leventkaragol@gmail.com",
"url": "http://www.jskoleji.com/"
},
"dependencies": {
"pg": "2.x",
"underscore": "1.x",
"colors": "0.6.x"
},
"devDependencies": {
"jasmine-node": "1.x"
},
"scripts": {
"test": "make test"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/leventkaragol/pg-migrator/raw/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"
]
}