nlump
Version:
Work with lumps from a WAD file as used by Doom et al
27 lines (26 loc) • 564 B
JSON
{
"name": "nlump",
"version": "0.2.3",
"description": "Work with lumps from a WAD file as used by Doom et al",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/nrkn/nlump.git"
},
"keywords": [
"doom",
"wad",
"lumps"
],
"author": "Nik Coughlin <nrkn.com@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nrkn/nlump/issues"
},
"homepage": "https://github.com/nrkn/nlump#readme",
"browserify": {
"transform": [
"babelify"
]
}
}