Edit File: package.json
{ "name": "hash-stream-validation", "version": "0.2.4", "description": "Hash a stream of data, then validate", "main": "index.js", "files": [ "crc32c.js", "index.js" ], "repository": "stephenplusplus/hash-stream-validation", "scripts": { "test": "mocha" }, "keywords": [ "hash", "stream", "algorithm", "validation", "crc32c", "crc32", "md5" ], "author": "Stephen Sawchuk <sawchuk@gmail.com>", "license": "MIT", "devDependencies": { "fast-crc32c": "^1.0.2", "mocha": "^2.2.5", "standard": "^5.1.0" }, "standard": { "global": [ "before", "describe", "it" ] } }
Back to File Manager