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.
56 lines
1.2 KiB
56 lines
1.2 KiB
{ |
|
"name": "parse-bmfont-xml", |
|
"version": "1.1.4", |
|
"description": "parses XML BMFont files into a JavaScript object", |
|
"main": "lib/index.js", |
|
"browser": "lib/browser.js", |
|
"license": "MIT", |
|
"author": { |
|
"name": "Matt DesLauriers", |
|
"email": "dave.des@gmail.com", |
|
"url": "https://github.com/mattdesl" |
|
}, |
|
"dependencies": { |
|
"xml-parse-from-string": "^1.0.0", |
|
"xml2js": "^0.4.5" |
|
}, |
|
"devDependencies": { |
|
"brfs": "^1.4.0", |
|
"browserify": "^9.0.3", |
|
"faucet": "0.0.1", |
|
"tape": "^3.5.0", |
|
"testling": "^1.7.1", |
|
"xhr": "^2.0.1" |
|
}, |
|
"scripts": { |
|
"test-browser": "browserify test/test-browser.js -t brfs | testling | faucet", |
|
"test-node": "node test/test.js | faucet", |
|
"test": "npm run test-node && npm run test-browser" |
|
}, |
|
"keywords": [ |
|
"xml", |
|
"parse", |
|
"convert", |
|
"bmfont", |
|
"bm", |
|
"bitmap", |
|
"font", |
|
"bitmaps", |
|
"angel", |
|
"angelcode", |
|
"code", |
|
"text", |
|
"gl", |
|
"sprite", |
|
"sprites", |
|
"stackgl" |
|
], |
|
"repository": { |
|
"type": "git", |
|
"url": "git://github.com/mattdesl/parse-bmfont-xml.git" |
|
}, |
|
"homepage": "https://github.com/mattdesl/parse-bmfont-xml", |
|
"bugs": { |
|
"url": "https://github.com/mattdesl/parse-bmfont-xml/issues" |
|
} |
|
}
|
|
|