@amindunited/read-file
Version:
A Promise wrapper around fs.readFile
31 lines (30 loc) • 698 B
JSON
{
"name": "@amindunited/read-file",
"version": "0.0.0",
"description": "A Promise wrapper around fs.readFile",
"main": "index.js",
"scripts": {
"test": "nyc --reporter=html mocha './src/**/*.test.js' --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amindunited/read-file.git"
},
"keywords": [
"Read",
"File",
"Promise",
"fs.promise"
],
"author": "amindunited",
"license": "MIT",
"bugs": {
"url": "https://github.com/amindunited/read-file/issues"
},
"homepage": "https://github.com/amindunited/read-file#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0",
"nyc": "^13.1.0"
}
}