-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 817 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 817 Bytes
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
{
"name": "generator-imweb-h5",
"version": "1.0.9",
"description": "imweb h5 项目脚手架",
"main": "index.js",
"keywords": [
"yeoman-generator"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imweb/generator-imweb-h5.git"
},
"author": "long",
"license": "ISC",
"bugs": {
"url": "https://github.com/imweb/generator-imweb-h5/issues"
},
"homepage": "https://github.com/imweb/generator-imweb-h5#readme",
"dependencies": {
"chalk": "^1.1.3",
"escodegen": "^1.9.0",
"esprima": "^4.0.0",
"esquery": "^1.0.0",
"estraverse": "^4.2.0",
"fs-access": "^1.0.0",
"imweb-git-user-name": "^0.1.0",
"moment": "^2.17.1",
"yeoman-generator": "^1.1.0"
}
}