-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 958 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
41
42
{
"name": "generate-skeleton",
"version": "1.0.3",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"skr": "./src/index.js"
},
"keywords": [
"skeleton",
"generate skeleton",
"骨架屏",
"生成骨架屏",
"生成骨架屏命令行工具",
"cli",
"命令行工具",
"skr"
],
"repository": {
"type": "git",
"url": "git+https://github.com/yibingxiong/generate-skeleton.git"
},
"author": "bigBear",
"license": "MIT",
"bugs": {
"url": "https://github.com/yibingxiong/generate-skeleton/issues"
},
"homepage": "https://github.com/yibingxiong/generate-skeleton#readme",
"dependencies": {
"chalk": "^2.4.1",
"commander": "^2.19.0",
"css-tree": "^1.0.0-alpha.29",
"fs-extra": "^7.0.1",
"html-minifier": "^3.5.21",
"html2json": "^1.0.2",
"js-beautify": "^1.8.9",
"puppeteer": "^1.11.0"
}
}