forked from sequelize/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.3 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
{
"name": "sequelize-cli",
"version": "2.4.0",
"description": "The sequelize CLI.",
"main": "index.js",
"dependencies": {
"bluebird": "^3.3.4",
"cli-color": "~0.3.2",
"findup-sync": "^0.4.0",
"fs-extra": "^0.30.0",
"gulp": "^3.9.1",
"gulp-help": "~1.6.1",
"js-beautify": "^1.5.4",
"lodash": "^4.12.0",
"moment": "^2.12.0",
"resolve": "^1.0.0",
"umzug": "^1.9.1",
"yargs": "^6.2.0"
},
"devDependencies": {
"coffee-script": "^1.9.0",
"expect.js": "~0.3.1",
"gulp-jscs": "^1.5.1",
"gulp-jshint": "^1.10.0",
"gulp-jshint-instafail": "^1.0.0",
"gulp-mocha": "^2.0.0",
"js2coffee": "^2.0.0",
"jshint-stylish": "^2.2.0",
"mocha": "^3.1.2",
"mysql": "^2.5.4",
"nodeify": "^1.0.0",
"pg": "^5.0.0",
"pg-hstore": "^2.3.1",
"run-sequence": "^1.0.2",
"sequelize": "^3.22.0",
"sqlite3": "^3.0.4",
"through2": "^2.0.1"
},
"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"
}
}