UNPKG

fileio

Version:
31 lines (30 loc) 650 B
{ "name": "fileio", "version": "2.2.1", "description": "An extension for the fs module.", "main": "fileio.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "fs", "io", "file", "FileIO", "Promise" ], "repository": { "type": "git", "url": "git://github.com/jonasKjellerup/fileio.git" }, "homepage": "https://jonaskjellerup.github.io/fileio/File.html", "author": "Jonas Kjellerup", "license": "MIT", "dependencies": { "bluebird": "^3.4.7" }, "devDependencies": { "docdash": "^0.4.0", "jsdoc": "^3.4.3" } }