dissolve
Version:
Parse and consume binary streams with a neat DSL
36 lines (35 loc) • 671 B
JSON
{
"name": "dissolve",
"version": "0.3.3",
"description": "Parse and consume binary streams with a neat DSL",
"main": "index.js",
"engines": {
"node": "~0.10.0"
},
"scripts": {
"test": "mocha -R spec"
},
"dependencies": {
"bl": "^0.7.0",
"readable-stream": "^1.0.26"
},
"devDependencies": {
"mocha": "~1.8.1"
},
"repository": {
"type": "git",
"url": "git://github.com/deoxxa/dissolve.git"
},
"keywords": [
"dissolve",
"parse",
"parser",
"binary",
"data",
"stream",
"event",
"emit"
],
"author": "Conrad Pankoff <deoxxa@fknsrs.biz> (http://www.fknsrs.biz/)",
"license": "BSD"
}