modify glyf viewer

This commit is contained in:
kekee000
2015-01-29 12:15:05 +08:00
parent af6b1e559d
commit debc0f602a
10 changed files with 740 additions and 616 deletions

View File

@@ -1,25 +1,37 @@
{
"name": "fonteditor",
"version": "0.0.1",
"description": "ttf font editor",
"devDependencies": {
"esprima": "~1.1.1",
"estraverse": "~1.5.0",
"escodegen": "~1.6.0"
},
"repository": {
"type": "git",
"url": "git://github.com/kekee000/fonteditor.git"
},
"author": "mkwiser",
"bugs": {
"url": "https://github.com/kekee000/fonteditor/issues"
"url": "https://github.com/ecomfe/fonteditor/issues"
},
"contributors": [
{
"name": "kekee000",
"email": "kekee000@163.com"
"email": "kekee000@gmail.com",
"name": "kekee000"
},
{
"email": "junmer@foxmail.com",
"name": "junmer"
}
],
"author": "",
"license": "MIT"
"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"
}