-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.06 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
49
{
"name": "generator-mpa",
"version": "1.0.1",
"description": "Yeoman Generators for vue-mpa-template generated projects",
"main": "index.js",
"scripts": {},
"files": [
"api",
"component",
"controller",
"dialog",
"download",
"middleware",
"mock",
"page",
"page-component",
"page-data-table",
"prototype-login",
"prototype-dashbaord",
"spa",
"store"
],
"repository": {
"type": "git",
"url": "git+https://github.com/lingobus/generator-mpa.git"
},
"keywords": [
"vue.js",
"vue-mpa-template"
],
"author": "[email protected]",
"bugs": {
"url": "https://github.com/lingobus/generator-mpa/issues"
},
"homepage": "https://github.com/lingobus/generator-mpa#readme",
"license": "MIT",
"dependencies": {
"babel-core": "^6.26.0",
"colors": "^1.1.2",
"download-git-repo": "^1.0.1",
"glob": "^7.1.2",
"ora": "^1.3.0",
"prettier": "^1.9.2",
"vue-loader": "^13.6.1",
"vue-template-compiler": "^2.5.13",
"yeoman-generator": "^2.0.1",
"yosay": "^2.0.1"
}
}