-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 832 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
{
"name": "generator-vue-tpl",
"version": "0.3.0",
"description": "A vue.js project generator for yeoman",
"homepage": "",
"author": "donfo <[email protected]>",
"files": [
"generators"
],
"main": "generators/index.js",
"keywords": [
"vue2.0",
"template",
"webpack",
"app",
"yeoman-generator"
],
"scripts": {
"test": "mocha",
"prepublish": "npm run test"
},
"dependencies": {
"chalk": "^1.1.3",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"yeoman-generator": "^1.0.0",
"yosay": "^1.2.1"
},
"devDependencies": {
"mocha": "^3.2.0",
"yeoman-assert": "^2.2.1",
"yeoman-test": "^1.6.0"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"repository": "https://github.com/donfo/generator-vue-tpl.git",
"license": "MIT"
}