flowhttp-json
Version:
A flowHttp extension used for parsing json HTTP responses
36 lines (35 loc) • 740 B
JSON
{
"name": "flowhttp-json",
"version": "0.1.1",
"description": "A flowHttp extension used for parsing json HTTP responses",
"main": "index.js",
"dependencies": {
"JSONStream": "~0.7.1"
},
"devDependencies": {
"mocha": "~1.16.2",
"flowhttp": "~0.3.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/watson/flowhttp-json.git"
},
"keywords": [
"flowhttp",
"json",
"contenttype",
"http",
"https",
"stream",
"stream2"
],
"author": "Thomas Watson Steen <w@tson.dk>",
"license": "MIT",
"bugs": {
"url": "https://github.com/watson/flowhttp-json/issues"
},
"homepage": "https://github.com/watson/flowhttp-json"
}