forked from sequelize/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 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
{
"name": "sequelize-cli",
"version": "1.7.0",
"description": "The sequelize CLI.",
"main": "index.js",
"dependencies": {
"bluebird": "^2.3.11",
"cli-color": "~0.3.2",
"findup-sync": "^0.2.1",
"fs-extra": "^0.16.3",
"gulp": "^3.8.10",
"gulp-help": "~1.3.1",
"js-beautify": "^1.5.4",
"lodash": "^3.0.1",
"moment": "^2.9.0",
"resolve": "^1.0.0",
"umzug": "^1.6.0",
"yargs": "^1.3.3"
},
"devDependencies": {
"coffee-script": "^1.9.0",
"expect.js": "~0.3.1",
"gulp": "^3.8.11",
"gulp-jscs": "^1.5.1",
"gulp-jshint": "^1.10.0",
"gulp-jshint-instafail": "^1.0.0",
"gulp-markdown-code-blocks": "^1.1.0",
"gulp-mocha": "^2.0.0",
"js2coffee": "^2.0.0",
"jshint-stylish": "^1.0.0",
"mocha": "^2.1.0",
"mysql": "^2.5.4",
"pg": "^4.2.0",
"pg-hstore": "^2.3.1",
"run-sequence": "^1.0.2",
"sequelize": "^2.0.0-rc3",
"sqlite3": "^3.0.4",
"through2": "^0.6.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"
}
}