forked from aui/font-spider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.31 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
{
"name": "font-spider",
"description": "Webfont optimizer",
"version": "0.3.8",
"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": {
"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 demo/* release",
"_http": "node release/spider-http.js",
"demo": "npm run _remove && npm run _copy && node bin/font-spider release/*.html",
"test": "mocha test/test.js && npm run demo"
},
"dependencies": {
"cheerio": "^0.18.0",
"commander": "^2.6.0",
"cssom": "^0.3.0",
"fontmin": "^0.9.0-alpha-3",
"glob": "^4.4.0",
"ignore": "^2.2.15",
"promise": "^6.1.0",
"verror": "^1.6.0"
},
"devDependencies": {
"mocha": "=2.2.5"
},
"license": {
"type": "MIT",
"url": "http://creativecommons.org/licenses/MIT/"
},
"keywords": [
"font",
"fontforge",
"font-face",
"woff",
"ttf",
"svg",
"eot",
"truetype",
"css",
"webfont"
]
}