UNPKG

vigour-fs

Version:

node's `fs` module with sugar on top + native support.

65 lines (64 loc) 1.31 kB
{ "name": "vigour-fs", "version": "3.0.6", "description": "node's `fs` module with sugar on top + native support.", "main": "index.js", "scripts": { "test": "gaston test" }, "repository": { "type": "git", "url": "https://github.com/vigour-io/vigour-fs" }, "engines": { "node": ">=0.4.0" }, "keywords": [ "file-system", "fs", "ios", "android", "windows-phone" ], "author": "Vigour", "contributors": [ "Shawn Inder <shawn@vigour.io>", "Michiel Van Liempt <michiel@vigour.io>", "Jim De Beer <jim@vigour.io>" ], "license": "ISC", "bugs": { "url": "https://github.com/vigour-io/vigour-fs/issues" }, "devDependencies": { "express": "^4.13.4", "npmlog": "^2.0.3", "promise": "^7.1.1" }, "dependencies": { "concat-stream": "^1.5.1", "cpr": "^1.0.0", "eventemitter3": "^1.2.0", "graceful-fs": "^4.1.3", "mkdirp": "^0.5.1", "prepend-file": "^1.3.0", "rimraf": "^2.5.2", "through2": "^2.0.1", "xml2js": "^0.4.16" }, "homepage": "https://github.com/vigour-io/vigour-fs", "standard": { "globals": [ "describe", "it", "assert", "expect", "should", "before", "beforeEach", "after", "afterEach", "sinon" ] } }