thedesk/app/node_modules/parse-bmfont-ascii/package.json
2019-09-12 23:38:13 +09:00

74 lines
1.6 KiB
JSON

{
"_args": [
[
"parse-bmfont-ascii@1.0.6",
"C:\\Users\\ryuki\\TheDesk\\app"
]
],
"_from": "parse-bmfont-ascii@1.0.6",
"_id": "parse-bmfont-ascii@1.0.6",
"_inBundle": false,
"_integrity": "sha1-Eaw8P/WPfCAgqyJ2kHkQjU36AoU=",
"_location": "/parse-bmfont-ascii",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "parse-bmfont-ascii@1.0.6",
"name": "parse-bmfont-ascii",
"escapedName": "parse-bmfont-ascii",
"rawSpec": "1.0.6",
"saveSpec": null,
"fetchSpec": "1.0.6"
},
"_requiredBy": [
"/load-bmfont"
],
"_resolved": "https://registry.npmjs.org/parse-bmfont-ascii/-/parse-bmfont-ascii-1.0.6.tgz",
"_spec": "1.0.6",
"_where": "C:\\Users\\ryuki\\TheDesk\\app",
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com",
"url": "https://github.com/mattdesl"
},
"bugs": {
"url": "https://github.com/mattdesl/parse-bmfont-ascii/issues"
},
"dependencies": {},
"description": "parses ASCII BMFont files to a JavaScript object",
"devDependencies": {
"tape": "^3.5.0"
},
"homepage": "https://github.com/mattdesl/parse-bmfont-ascii",
"keywords": [
"ascii",
"parse",
"convert",
"bmfont",
"bm",
"bitmap",
"font",
"bitmaps",
"angel",
"angelcode",
"code",
"text",
"gl",
"sprite",
"sprites",
"stackgl"
],
"license": "MIT",
"main": "index.js",
"name": "parse-bmfont-ascii",
"repository": {
"type": "git",
"url": "git://github.com/mattdesl/parse-bmfont-ascii.git"
},
"scripts": {
"test": "node test/test.js"
},
"version": "1.0.6"
}