forked from ecomfe/fonteditor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 846 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
{
"author": "mkwiser",
"bugs": {
"url": "https://github.com/ecomfe/fonteditor/issues"
},
"contributors": [
{
"email": "kekee000@gmail.com",
"name": "kekee000"
},
{
"email": "junmer@foxmail.com",
"name": "junmer"
}
],
"description": "ttf to woff,svg,eot convert, ttf adjust",
"devDependencies": {
"escodegen": "~1.6.0",
"esprima": "~1.1.1",
"estraverse": "~1.5.0"
},
"homepage": "https://github.com/ecomfe/fonteditor",
"keywords": [
"font",
"ttf",
"woff",
"svg",
"eot"
],
"license": "MIT",
"name": "fonteditor",
"repository": {
"type": "git",
"url": "git://github.com/ecomfe/fonteditor.git"
},
"version": "0.0.1"
}