-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 923 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
44
45
46
{
"name": "yabg",
"version": "2.2.0",
"description": "Yes... Another Boilerplate Generator",
"keywords": [
"generator",
"projects",
"web"
],
"homepage": "https://github.com/sugud0r/yabg",
"repository": {
"type": "git",
"url": "https://github.com/sugud0r/yabg.git"
},
"license": "MIT",
"author": "Moisés González <[email protected]>",
"files": [
"LICENSE",
"bin/",
"templates/"
],
"main": "bin/yabg.js",
"bin": {
"yabg": "./bin/yabg.js"
},
"dependencies": {
"chalk": "^2.4.2",
"clear": "^0.1.0",
"cli-spinner": "^0.2.10",
"commander": "^3.0.2",
"ejs": "^2.7.1",
"extract-zip": "^2.0.0",
"fs-extra": "^8.1.0",
"inquirer": "^7.0.0",
"minimist": "^1.2.5",
"mkdirp": "^0.5.1",
"no-case": "^2.3.2",
"tmp": "^0.2.1"
},
"devDependencies": {
"eslint": "^6.5.1"
},
"engines": {
"node": ">= 9"
}
}