forked from flexxnn/sequelize-auto-migrations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 887 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
{
"name": "sequelize-auto-migrations",
"version": "1.0.0",
"description": "Sequelize migrations generator && runner",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flexxnn/sequelize-auto-migrations.git"
},
"keywords": [
"sequelize",
"migrations",
"migration",
"database",
"db",
"sql"
],
"author": "Michael Maslov",
"license": "MIT",
"bugs": {
"url": "https://github.com/flexxnn/sequelize-auto-migrations/issues"
},
"homepage": "https://github.com/flexxnn/sequelize-auto-migrations#readme",
"dependencies": {
"async": "^2.5.0",
"command-line-args": "^4.0.6",
"deep-diff": "^0.3.8",
"js-beautify": "^1.6.14",
"lodash": "^4.17.4",
"object-hash": "^1.1.8",
"sequelize": "^4.3.2"
}
}