promisfy-readfile
Version:
promise readfileStream
24 lines (23 loc) • 420 B
JSON
{
"name": "promisfy-readfile",
"version": "2.0.0",
"description": "promise readfileStream",
"main": "index.js",
"scripts": {
"test": "echo test"
},
"keywords": [
"promise",
"fs",
"readStream"
],
"repository": {
"type": "git",
"url": "http://github.com/xtx1130/promisfy-readfile.git"
},
"author": "xtx",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.0"
}
}