UNPKG

js-blp

Version:

BLP (Blizzard Texture File) Reader

31 lines (30 loc) 646 B
{ "name": "js-blp", "version": "1.0.5", "description": "BLP (Blizzard Texture File) Reader", "main": "js-blp.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Kruithne/js-blp.git" }, "keywords": [ "blp", "blizzard", "texture", "kruithne", "wow", "warcraft" ], "author": "Kruithne <kruithne@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/Kruithne/js-blp/issues" }, "homepage": "https://github.com/Kruithne/js-blp#readme", "dependencies": { "bufo": "^1.1.2" } }