26 lines
567 B
JSON
26 lines
567 B
JSON
{
|
|
"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"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kekee000/fonteditor/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "kekee000",
|
|
"email": "kekee000@163.com"
|
|
}
|
|
],
|
|
"author": "",
|
|
"license": "MIT"
|
|
}
|