You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.2 KiB
55 lines
1.2 KiB
{ |
|
"name": "load-bmfont", |
|
"version": "1.4.1", |
|
"description": "loads a BMFont file in Node and the browser", |
|
"main": "index.js", |
|
"browser": "browser.js", |
|
"license": "MIT", |
|
"author": { |
|
"name": "Matt DesLauriers", |
|
"email": "dave.des@gmail.com", |
|
"url": "https://github.com/mattdesl" |
|
}, |
|
"dependencies": { |
|
"buffer-equal": "0.0.1", |
|
"mime": "^1.3.4", |
|
"parse-bmfont-ascii": "^1.0.3", |
|
"parse-bmfont-binary": "^1.0.5", |
|
"parse-bmfont-xml": "^1.1.4", |
|
"phin": "^2.9.1", |
|
"xhr": "^2.0.1", |
|
"xtend": "^4.0.0" |
|
}, |
|
"devDependencies": { |
|
"browserify": "^9.0.3", |
|
"tap-spec": "^2.2.2", |
|
"tape": "^3.5.0", |
|
"testling": "^1.7.1" |
|
}, |
|
"scripts": { |
|
"test-node": "node test.js | tap-spec", |
|
"test-browser": "browserify test.js | testling | tap-spec", |
|
"test": "npm run test-node && npm run test-browser" |
|
}, |
|
"keywords": [ |
|
"bmfont", |
|
"bitmap", |
|
"font", |
|
"angel", |
|
"code", |
|
"angelcode", |
|
"parse", |
|
"ascii", |
|
"xml", |
|
"text", |
|
"json" |
|
], |
|
"repository": { |
|
"type": "git", |
|
"url": "git://github.com/Jam3/load-bmfont.git" |
|
}, |
|
"homepage": "https://github.com/Jam3/load-bmfont", |
|
"bugs": { |
|
"url": "https://github.com/Jam3/load-bmfont/issues" |
|
} |
|
}
|
|
|