-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 821 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
{
"name": "generator-front-starter-kit",
"version": "1.4.4",
"description": "Starter-kit for HTML, CSS, JS projects Generator.",
"files": [
"generators"
],
"keywords": [
"yeoman-generator",
"boilerplate",
"starter-kit"
],
"main": "index.js",
"author": "yurayarosh <yura12323@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yurayarosh/generator-front-starter-kit"
},
"bugs": {
"url": "https://github.com/yurayarosh/generator-front-starter-kit/issues"
},
"prettier": {
"singleQuote": true,
"semi": false,
"trailingComma": "es5",
"printWidth": 100,
"arrowParens": "avoid"
},
"dependencies": {
"chalk": "^4.1.1",
"mkdirp": "^1.0.3",
"yeoman-generator": "5.3.0",
"yosay": "^2.0.2"
}
}