-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 872 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
{
"name": "generator-halfstack-frontend-vue",
"version": "1.0.1",
"description": "Vue + Webpack generator",
"repository": {
"type": "git",
"url": "[email protected]:makmonty/generator-halfstack-frontend-vue.git"
},
"homepage": "https://github.com/makmonty/generator-halfstack-frontend-vue",
"author": {
"name": "makmonty",
"url": "https://github.com/makmonty"
},
"license": "ISC",
"keywords": [
"vue",
"webpack",
"yeoman-generator"
],
"files": [
"generators"
],
"dependencies": {
"eslint": "^4.3.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.5.0",
"extend": "^3.0.1",
"slug": "^0.9.1",
"yeoman-generator": "^2.0.4"
}
}