-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathpackage.json
49 lines (49 loc) · 1.17 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
47
48
49
{
"name": "font-spider-plus",
"version": "1.0.5",
"description": "font-spider-plus(字蛛+)是一个智能 WebFont 压缩工具,它能自动分析出本地页面和线上页面使用的 WebFont 并进行按需压缩。",
"main": "bin/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"fsp": "./bin/index.js"
},
"author": "allanguys",
"repository": {
"type": "git",
"url": "https://github.com/allanguys/font-spider-plus.git"
},
"license": "MIT",
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"chalk": "^2.3.2",
"clean-css": "^4.1.11",
"commander": "^2.15.1",
"file-exists": "^5.0.1",
"font-spider": "^1.3.4",
"fs-extra": "^6.0.1",
"glob": "^7.1.2",
"lodash": "^4.17.5",
"ora": "^2.0.0",
"puppeteer": "^1.3.0",
"rd": "^1.1.2"
},
"bugs": {
"url": "https://github.com/allanguys/font-spider-plus/issue"
},
"homepage": "https://github.com/allanguys/font-spider-plus#readme",
"devDependencies": {},
"keywords": [
"字蛛",
"字蛛+",
"fsp",
"font-spider-plus",
"font-spider",
"fontmin",
"字体压缩",
"font"
]
}