flow-stringify
Version:
Thin wrapper for JSON stream stringify.
50 lines (49 loc) • 919 B
JSON
{
"name": "flow-stringify",
"version": "0.0.1",
"description": "Thin wrapper for JSON stream stringify.",
"author": {
"name": "Athan Reines",
"email": "athan@nodeprime.com"
},
"contributors": [
{
"name": "Athan Reines",
"email": "athan@nodeprime.com"
}
],
"scripts": {
"test": "mocha"
},
"main": "./lib",
"repository": {
"type": "git",
"url": "git://github.com/flow-io/flow-stringify.git"
},
"keywords": [
"stream",
"readable",
"jsonstream",
"json",
"stringify",
"flow",
"flow.io"
],
"bugs": {
"url": "https://github.com/flow-io/flow-stringify/issues"
},
"dependencies": {
"JSONStream": "~0.7.3"
},
"devDependencies": {
"mocha": "1.x.x",
"chai": "1.x.x",
"stream-spec": "~0.3.5"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
]
}