UNPKG

structjs

Version:

**Structjs** allows mapping of contiguously allocated binary data to JavaScript objects for both Node.js and the Browser.

40 lines (39 loc) 885 B
{ "name": "structjs", "author": { "name": "Markus Ast", "email": "npm.m@rkusa.st" }, "version": "0.2.2", "main": "./lib/struct", "scripts": { "test": "mocha", "bundle": "browserify lib/struct.js --standalone Struct > structjs.js && npm run-script minify", "minify": "uglifyjs --source-map structjs.min.map -o structjs.min.js structjs.js" }, "homepage": "https://github.com/rkusa/structjs", "keywords": [ "binary", "struct", "parse", "seralization", "deseralization", "unpack", "pack" ], "license": "MIT", "devDependencies": { "mocha": "1.13.x", "chai": "1.8.x", "browserify": "2.x.x", "uglify-js": "3.x.x" }, "bugs": "https://github.com/rkusa/structjs/issues", "repository": { "type": "git", "url": "git://github.com/rkusa/structjs.git" }, "engines": { "node": ">=0.8" } }