@kpi4me/golden-layout
Version:
A multi-screen javascript Layout manager https://golden-layout.com
39 lines (38 loc) • 895 B
JSON
{
"name": "raw-body",
"description": "Get and validate the raw body of a readable stream.",
"version": "1.1.2",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com",
"twitter": "https://twitter.com/jongleberry"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/stream-utils/raw-body.git"
},
"bugs": {
"mail": "me@jongleberry.com",
"url": "https://github.com/stream-utils/raw-body/issues"
},
"dependencies": {
"bytes": "~0.2.1"
},
"devDependencies": {
"readable-stream": "~1.0.17",
"co": "2",
"gnode": "~0.0.4",
"mocha": "~1.14.0",
"through": "~2.3.4",
"request": "~2.27.0",
"assert-tap": "~0.1.4"
},
"scripts": {
"test": "NODE=gnode make test && node ./test/acceptance.js"
},
"engines": {
"node": ">= 0.8.0"
}
}