-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1021 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
35
36
37
38
39
40
41
42
43
{
"name": "create-sequelize-express",
"version": "0.1.11",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tar cvzf arch.tar.gz arch/",
"start": "node app.js"
},
"bin": {
"create-sequelize-express": "./app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LmntrX/create-sequelize-express.git"
},
"keywords": [
"npm",
"node",
"sequelize",
"app",
"postgres",
"express"
],
"author": "Livin Mathew",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/LmntrX/create-sequelize-express/issues"
},
"homepage": "https://github.com/LmntrX/create-sequelize-express#readme",
"dependencies": {
"bluebird": "^3.7.2",
"chalk": "^2.4.2",
"commander": "^2.20.3",
"cross-spawn": "^6.0.5",
"envinfo": "^5.12.1",
"fs-extra": "^7.0.1",
"tar-pack": "^3.4.1",
"targz": "^1.0.1",
"validate-npm-package-name": "^3.0.0"
}
}