streammer
Version:
Using stream method for reading and writing JSON file.
21 lines (20 loc) • 418 B
JSON
{
"name": "streammer",
"version": "1.1.7",
"description": "Using stream method for reading and writing JSON file.",
"main": "Streammer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"stream",
"readstream",
"writestream"
],
"author": "virgaux",
"license": "ISC",
"dependencies": {
"bluebird": "^3.7.2",
"fs-extra": "^10.0.0"
}
}