UNPKG

graceful-fs-extra

Version:

Extra methods for the fs object (with graceful-ncp)

33 lines (32 loc) 778 B
{ "name": "graceful-fs-extra", "version": "2.0.0", "description": "Extra methods for the fs object (with graceful-ncp)", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/adam-lynch/graceful-fs-extra.git" }, "homepage": "https://github.com/adam-lynch/graceful-fs-extra", "bugs": { "url": "https://github.com/adam-lynch/graceful-fs-extra/issues" }, "keywords": [ "node-fs-extra", "fs-extra", "graceful", "fs", "graceful-ncp", "ncp" ], "author": "Adam Lynch <contact@adamlynch.com>", "license": "MIT", "dependencies": { "proxyquire": "^1.4.0", "graceful-ncp": "^3.0.0", "fs-extra": "^0.30.0" } }