UNPKG

nwad

Version:

Read/write WAD files (Doom et al)

38 lines (37 loc) 820 B
{ "name": "nwad", "version": "0.2.1", "description": "Read/write WAD files (Doom et al)", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "scripts": { "build": "tsc", "test": "tsc && mocha ./dist/test", "coverage": "tsc && nyc --reporter=html --reporter=text mocha ./dist/test" }, "nyc": { "exclude": [ "./dist/test" ] }, "repository": { "type": "git", "url": "git://github.com/nrkn/nwad.git" }, "keywords": [ "doom", "wad", "lumps" ], "author": "Nik Coughlin <nrkn.com@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/nrkn/nwad/issues" }, "homepage": "https://github.com/nrkn/nwad#readme", "devDependencies": { "@types/mocha": "^5.2.5", "@types/node": "^10.12.12", "mocha": "^5.2.0" } }