add project builder

This commit is contained in:
mkwiser
2014-10-07 19:08:37 +08:00
parent 03d4fcde8b
commit 2f6bcc81af
28 changed files with 156 additions and 422 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "fonteditor",
"version": "0.0.1",
"description": "ttf font editor",
"dependencies": {
},
"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",
"devDependencies": {
}
}