tactless
Version:
Parser for Blizzard TACT files.
42 lines (41 loc) • 769 B
JSON
{
"author": "Ferronn <ferronn@ferronn.dev>",
"dependencies": {
"binary-parser": "^2.2.1",
"md5": "^2.3.0"
},
"description": "Parser for Blizzard TACT files.",
"devDependencies": {
"peggy": "^2.0.1"
},
"files": [
"blte.js",
"config.js",
"encoding.js",
"index.js",
"install.js",
"pipe.js",
"root.js"
],
"keywords": [
"blizzard",
"casc",
"config",
"pipe",
"tact",
"wow",
"wowdev"
],
"license": "MIT",
"main": "tactless.js",
"name": "tactless",
"repository": {
"type": "git",
"url": "https://github.com/wowless/node-tactless"
},
"scripts": {
"prepublish": "npx peggy config.pegjs && npx peggy pipe.pegjs",
"test": "node test.js"
},
"version": "0.0.5"
}