UNPKG

fs-liter

Version:

A wrapper for fs. To provide a more simple and straight-forward way to support file IO

30 lines (29 loc) 652 B
{ "name": "fs-liter", "version": "0.2.10", "description": "A wrapper for fs. To provide a more simple and straight-forward way to support file IO", "main": "fs-liter.js", "scripts": { "test": "node fs-liter.js" }, "repository": { "type": "git", "url": "git+https://github.com/nodeliter/fs-liter.git" }, "keywords": [ "fs", "fs-liter", "fslite", "fs-lite", "file" ], "author": "nodeliter", "license": "MIT", "bugs": { "url": "https://github.com/nodeliter/fs-liter/issues" }, "homepage": "https://github.com/nodeliter/fs-liter#readme", "dependencies": { "basic-ftp": "^5.0.5" } }