webdriverio-automation
Version:
WebdriverIO-Automation android ios project
60 lines (59 loc) • 1.5 kB
JSON
{
"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"
}
,"_resolved": "https://registry.npmjs.org/parse-bmfont-xml/-/parse-bmfont-xml-1.1.4.tgz"
,"_integrity": "sha512-bjnliEOmGv3y1aMEfREMBJ9tfL3WR0i0CKPj61DnSLaoxWR3nLrsQrEbCId/8rF4NyRF0cCqisSVXyQYWM+mCQ=="
,"_from": "parse-bmfont-xml@1.1.4"
}