-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 889 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
{
"name": "sequelize-automatic-migrations",
"version": "1.0.1",
"description": "Sequelize automatic migration file generator ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexHladin/sequelize-automatic-migrations.git"
},
"keywords": [
"sequelize",
"migration",
"nodejs"
],
"author": "Alex Gladin <alexgladin17@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlexHladin/sequelize-automatic-migrations/issues"
},
"homepage": "https://github.com/AlexHladin/sequelize-automatic-migrations",
"bin": {
"sequelize-automatic-migrations": "./bin/main.js"
},
"dependencies": {
"ect": "^0.5.9",
"pg": "^4.4.1",
"pg-hstore": "^2.3.2",
"sequelize": "^3.17.1",
"yargs": "^11.0.0"
}
}