UNPKG

fs-mode

Version:

Provides async and sync fs methods with identical APIs

36 lines (35 loc) 649 B
{ "name": "fs-mode", "version": "1.0.1", "description": "Provides async and sync fs methods with identical APIs", "main": "index.js", "files": [ "index.js" ], "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/es128/fs-mode" }, "keywords": [ "fs", "mode", "async", "sync", "file" ], "author": "Elan Shanker", "license": "ISC", "bugs": { "url": "https://github.com/es128/fs-mode/issues" }, "homepage": "https://github.com/es128/fs-mode", "dependencies": { "cbify": "^1.0.0" }, "devDependencies": { "mocha": "^1.21.4" } }