wallet-core/node_modules/crc32-stream/package.json

46 lines
972 B
JSON
Raw Normal View History

2016-11-03 01:33:53 +01:00
{
"name": "crc32-stream",
"version": "2.0.0",
2016-11-03 01:33:53 +01:00
"description": "a streaming CRC32 checksumer",
"homepage": "https://github.com/archiverjs/node-crc32-stream",
"author": {
"name": "Chris Talkington",
"url": "http://christalkington.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/archiverjs/node-crc32-stream.git"
},
"bugs": {
"url": "https://github.com/archiverjs/node-crc32-stream/issues"
},
"license": "MIT",
"main": "lib/index.js",
"files": [
"lib"
],
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "mocha --reporter dot"
},
"dependencies": {
"crc": "^3.4.4",
"readable-stream": "^2.0.0"
2016-11-03 01:33:53 +01:00
},
"devDependencies": {
"chai": "^3.4.0",
"mocha": "^3.2.0"
2016-11-03 01:33:53 +01:00
},
"keywords": [
"crc32-stream",
"crc32",
"stream",
"checksum"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}