modify glyf viewer
This commit is contained in:
46
package.json
46
package.json
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user