forked from AtherEnergy/business-stack-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 756 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 756 Bytes
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
{
"name": "business-stack-generator",
"version": "1.3.0",
"description": "This sets up a business stack on sailsjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AtherEnergy/business-stack-generator.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AtherEnergy/business-stack-generator/issues"
},
"homepage": "https://github.com/AtherEnergy/business-stack-generator#readme",
"dependencies": {
"async": "^2.6.1",
"cpx": "^1.5.0",
"inquirer": "^6.2.1",
"lodash": "^4.17.15",
"path": "^0.12.7"
},
"bin": {
"business-stack-generator": "./index.js"
}
}