forked from smtc/generator-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 846 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-vue-refactored",
"version": "0.0.6",
"description": "A yeoman generator for Vue.js + Component + Gulp boilerplate, forked from yyx990803/generator-vue",
"keywords": [
"yeoman-generator"
],
"homepage": "https://github.com/takashi/generator-vue-refactored",
"bugs": "https://github.com/takashi/generator-vue-refactored/issues",
"author": {
"name": "Takashi Nakagawa",
"email": "[email protected]",
"url": "https://github.com/takashi"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/takashi/generator-vue.git"
},
"dependencies": {
"yeoman-generator": "~0.13.0"
},
"peerDependencies": {
"yo": ">=1.0.0-rc.1"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "MIT"
}
]
}