{ "name": "crc-32", "version": "1.0.0", "author": "sheetjs", "description": "Pure-JS CRC-32", "keywords": [ "crc32", "checksum", "crc" ], "bin": { "crc32": "./bin/crc32.njs" }, "main": "./crc32", "dependencies": { "concat-stream":"", "printj":"", "exit-on-epipe":"" }, "devDependencies": { "mocha":"", "codepage":"" }, "repository": { "type":"git", "url":"git://github.com/SheetJS/js-crc32.git" }, "scripts": { "pretest": "git submodule init && git submodule update", "test": "make test" }, "config": { "blanket": { "pattern": "crc32.js" } }, "files": ["crc32.js", "bin/crc32.njs", "LICENSE", "README.md"], "bugs": { "url": "https://github.com/SheetJS/js-crc32/issues" }, "license": "Apache-2.0", "engines": { "node": ">=0.8" } }