forked from sequelize/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.33 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
{
"name": "sequelize-cli",
"version": "2.7.0",
"description": "The Sequelize CLI",
"main": "index.js",
"dependencies": {
"bluebird": "^3.5.0",
"cli-color": "~1.2.0",
"findup-sync": "^1.0.0",
"fs-extra": "^3.0.0",
"gulp": "^3.9.1",
"gulp-help": "~1.6.1",
"js-beautify": "^1.6.11",
"lodash": "^4.17.4",
"moment": "^2.17.1",
"resolve": "^1.3.3",
"umzug": "^1.12.0",
"yargs": "^8.0.1"
},
"devDependencies": {
"coffee-script": "^1.12.5",
"expect.js": "~0.3.1",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.4",
"gulp-jshint-instafail": "^1.0.0",
"gulp-mocha": "^4.3.1",
"js2coffee": "^2.2.0",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.0",
"mocha": "^3.3.0",
"mysql": "^2.13.0",
"nodeify": "^1.0.1",
"pg": "^6.1.3",
"pg-hstore": "^2.3.2",
"run-sequence": "^1.2.2",
"sequelize": "^4.0.0",
"sqlite3": "^3.1.8",
"through2": "^2.0.3"
},
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "git://github.com/sequelize/cli.git"
},
"keywords": [
"sequelize",
"cli"
],
"author": "Sascha Depold",
"license": "MIT",
"bugs": {
"url": "https://github.com/sequelize/cli/issues"
},
"homepage": "https://github.com/sequelize/cli",
"bin": {
"sequelize": "bin/sequelize"
}
}