forked from Sanchez3/generator-h5package
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.02 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
{
"name": "generator-h5package",
"version": "4.1.4",
"description": "A Yeoman generator to generate html5 projects base on webpack",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"yeoman-generator",
"webpack",
"webpack4",
"JavaScript",
"es2015",
"commonjs",
"es6",
"html5"
],
"repository": {
"type": "git",
"url": "https://github.com/Sanchez3/generator-h5package.git"
},
"author": {
"name": "Sanchez Liu",
"email": "lsch001@163.com",
"url": "https://github.com/Sanchez3",
"wechat": "sanchezliu"
},
"dependencies": {
"chalk": "^2.0.1",
"yeoman-generator": "^3.1.1",
"yosay": "^2.0.0"
},
"devDependencies": {
"fs-extra": "^6.0.0",
"gulp-concat": "^2.6.1",
"mocha": "^5.0.0",
"yeoman-assert": "^3.0.0",
"yeoman-test": "^1.7.0"
},
"bugs": {
"url": "https://github.com/Sanchez3/generator-h5package/issues"
},
"homepage": "https://github.com/Sanchez3/generator-h5package",
"license": "MIT"
}