-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1 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
{
"name": "appstack-generator",
"version": "1.0.6",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opennpm/Appstack-generator.git"
},
"bin": {
"generate": "index.js"
},
"keywords": [
"bolier",
"plate",
"generator",
"express",
"angular",
"node",
"npm",
"react",
"bolier",
"plate"
],
"author": "Deep",
"license": "ISC",
"bugs": {
"url": "https://github.com/opennpm/Appstack-generator/issues"
},
"homepage": "https://github.com/opennpm/Appstack-generator#readme",
"dependencies": {
"@octokit/auth-basic": "^1.3.0",
"@octokit/rest": "^16.36.0",
"chalk": "^4.1.0",
"inquirer": "^7.1.0",
"clear": "^0.1.0",
"clui": "^0.3.6",
"configstore": "^5.0.0",
"figlet": "^1.2.4",
"lodash": "^4.17.15",
"minimist": "^1.2.0",
"simple-git": "^1.129.0",
"touch": "^3.1.0"
}
}