node-wad
Version:
A Doom WAD parser and writer.
38 lines (37 loc) • 964 B
JSON
{
"name": "node-wad",
"version": "0.2.6",
"description": "A Doom WAD parser and writer.",
"main": "src/export.js",
"scripts": {
"test": "node tests/wadtest.coffee",
"postversion": "git push",
"npatch": "coffee -cb . & git add . & npm version --force patch & npm publish",
"nminor": "coffee -cb . & git add . & npm version --force minor & npm publish",
"nmajor": "coffee -cb . & git add . & npm version --force major & npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gustavo6046/node-wad.git"
},
"keywords": [
"doom",
"wad",
"parser",
"writer",
"binary",
"reader",
"data",
"archive"
],
"author": "Gustavo6046",
"license": "MIT",
"bugs": {
"url": "https://github.com/Gustavo6046/node-wad/issues"
},
"homepage": "https://github.com/Gustavo6046/node-wad#readme",
"dependencies": {
"bitfield": "^1.1.2",
"buffer-utils": "^1.0.1"
}
}