forked from sequelize/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.07 KB
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
{
"name": "sequelize-cli",
"version": "0.2.5",
"description": "The sequelize CLI.",
"main": "index.js",
"dependencies": {
"cli-color": "~0.3.2",
"coffee-script": "^1.8.0",
"fs-extra": "^0.9.1",
"gulp": "~3.6.2",
"gulp-help": "~0.1.6",
"lodash": "~2.4.1",
"moment": "~2.6.0",
"sequelize": "*",
"underscore.string": "^2.3.3",
"yargs": "~1.2.1"
},
"devDependencies": {
"coffee-script": "~1.7.1",
"expect.js": "~0.3.1",
"gulp-jshint": "^1.8.4",
"gulp-mocha": "^1.0.0",
"mariasql": "~0.1.20",
"mocha": "~1.20.1",
"mysql": "~2.1.1",
"pg": "~3.0.3",
"sqlite3": "~2.2.3",
"through2": "^0.5.1"
},
"scripts": {
"test": "node_modules/.bin/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"
}
}