-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.35 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": "umigrate",
"bin": "./bin/umigrate",
"author": "Tobias Gurtzick <[email protected]>",
"keywords": [
"database",
"db",
"migrate",
"mariadb",
"migration",
"cross",
"compatible",
"multi",
"sql",
"reverse",
"reverser",
"database",
"difference",
"diff",
"generator",
"language",
"independent",
"sqlite",
"mysql"
],
"description": "An extendable X Language and X Database Migration, Migration generation and Database difftool.",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "make test-cov"
},
"version": "0.4.73",
"dependencies": {
"async": "~1.4.2",
"db-migrate": "^0.9.22",
"deasync": "^0.1.2",
"dotenv": "^1.1.0",
"js-beautify": "^1.5.10",
"mkdirp": "^0.5.1",
"optimist": "^0.6.1",
"pkginfo": "~0.3.0",
"umigrate-db-migrate": "^1.0.5",
"umigrate-mariadb": "^1.0.5"
},
"devDependencies": {
"code": "^1.5.0",
"jscs": "^2.1.1",
"lab": "^5.16.1"
},
"main": "index.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/wzrdtales/node-ultimate-migrate.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/wzrdtales/node-ultimate-migrate/issues"
},
"homepage": "https://github.com/wzrdtales/node-ultimate-migrate"
}