-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 822 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 822 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
{
"name": "anujs-cli",
"version": "1.1.1",
"description": "基于anujs(React迷你版)、IE8、TypeScript的模板代码生成器,提供命令行工具生成相关模板代码,兼容IE8+浏览器。",
"main": "bin/index.js",
"bin": {
"anujs-cli": "./bin/index.js"
},
"files": [
"bin",
"lib"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "caojianping",
"license": "ISC",
"bugs": {
"url": "https://github.com/caojianping/anujs-cli/issues"
},
"homepage": "https://github.com/caojianping/anujs-cli#readme",
"dependencies": {
"chalk": "^3.0.0",
"co": "^4.6.0",
"commander": "^4.1.0",
"glob": "^7.1.6",
"handlebars": "^4.7.2",
"inquirer": "^7.0.3",
"log-symbols": "^3.0.0",
"metalsmith": "^2.3.0"
}
}