-
Notifications
You must be signed in to change notification settings - Fork 402
/
package.json
58 lines (58 loc) · 1.26 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
50
51
52
53
54
55
56
57
58
{
"name": "font-spider",
"description": "Smart webfont compression and format conversion tool",
"version": "1.3.5",
"homepage": "https://github.com/aui/font-spider",
"author": {
"name": "aui",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/aui/font-spider.git"
},
"bugs": {
"url": "https://github.com/aui/font-spider/issues"
},
"bin": {
"font-spider": "bin/font-spider"
},
"main": "./src/index.js",
"engines": {
"node": ">= 4.0.0"
},
"scripts": {
"release": "gulp --gulpfile test/gulpfile.js",
"demo": "npm run release && node bin/font-spider --no-backup --debug test/demo-release/**/*.html",
"test": "mocha test/index.js && npm run demo"
},
"dependencies": {
"browser-x": "^0.0.1-beta7",
"colors": "^1.1.2",
"commander": "^2.9.0",
"css-font-parser": "^0.2.3",
"fontmin": "^0.9.8",
"glob": "^7.0.3",
"gulp": "^4.0.2",
"gulp-rename": "^1.4.0"
},
"devDependencies": {
"cssom": "0.3.1",
"mocha": "^6.2.0"
},
"license": "MIT",
"keywords": [
"font",
"fontforge",
"font-face",
"woff",
"ttf",
"svg",
"eot",
"truetype",
"css",
"webfont",
"font subsetter",
"font converter"
]
}