@tsjing/snappystream
Version:
Framed Snappy streams
43 lines (42 loc) • 1.08 kB
JSON
{
"name": "@tsjing/snappystream",
"version": "0.3.4",
"description": "Framed Snappy streams",
"main": "lib/snappystreams.js",
"scripts": {
"build": "coffee --bare --compile --output lib src/*.coffee",
"prepublish": "coffee --bare --compile --output lib src/*.coffee",
"postpublish": "rm -rf lib",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/dudleycarr/snappystream.git"
},
"keywords": [
"Snappy",
"Snappy framing format",
"Snappy stream"
],
"author": "Dudley Carr",
"license": "MIT",
"bugs": {
"url": "https://github.com/dudleycarr/snappystream/issues"
},
"homepage": "https://github.com/dudleycarr/snappystream",
"dependencies": {
"async": "^1.4.2",
"coffee-script": "^1.7.1",
"int24": "0.0.1",
"snappy": "^5.0.5",
"sse4_crc32": "^5.1.0"
},
"devDependencies": {
"mocha": "^1.19.0",
"grunt": "^0.4.5",
"grunt-coffeelint": "0.0.10",
"grunt-contrib-coffee": "^0.10.1",
"should": "^3.3.2",
"grunt-mocha-test": "^0.10.2"
}
}