forked from aui/font-spider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (66 loc) · 1.39 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
59
60
61
62
63
64
65
66
67
{
"name": "font-spider",
"description": "Webfont optimizer",
"version": "0.1.0-rc1",
"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"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/aui/font-spider/blob/master/LICENSE-MIT"
}
],
"bin": {
"fs": "bin/font-spider",
"font-spider": "bin/font-spider"
},
"main": "./src/index.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"_remove": "rm -rf release",
"_copy": "mkdir release && cp -R test/* release",
"test": "npm run _remove && npm run _copy && node release/test.js"
},
"dependencies": {
"ttf2eot": "1.3.0",
"ttf2woff": "1.3.0",
"ttf2svg": "0.0.7",
"commander": "2.6.0",
"shelljs": "0.2.6",
"css": "2.0.0",
"async": "0.9.0",
"glob": "4.3.1",
"htmlparser2": ">= 3.1.5 <4",
"nwmatcher": "~1.3.2",
"request": "2.x",
"xmlhttprequest": ">=1.5.0",
"cssom": "~0.3.0",
"cssstyle": "~0.2.9",
"ignore": "~2.2.15",
"svgo": "0.5.0"
},
"keywords": [
"font",
"fontforge",
"font-face",
"woff",
"ttf",
"svg",
"eot",
"truetype",
"css",
"webfont"
]
}