UNPKG

alinex-fs

Version:

Extension of nodes filesystem tools.

57 lines 1.26 kB
{ "name": "alinex-fs", "version": "3.0.3", "description": "Extension of nodes filesystem tools.", "copyright": "Alexander Schilling 2014-2016", "private": false, "keywords": [ "file", "filesystem", "find", "mkdirs", "move", "tempdir", "remove" ], "homepage": "http://alinex.github.io/node-fs/", "repository": { "type": "git", "url": "https://github.com/alinex/node-fs" }, "bugs": "https://github.com/alinex/node-fs/issues", "author": { "name": "Alexander Schilling", "email": "info@alinex.de", "web": "http://alinex.de" }, "contributors": [], "license": "Apache-2.0", "main": "./lib/index.js", "scripts": { "prepublish": "node_modules/.bin/builder compile", "test": "node_modules/.bin/builder test" }, "directories": { "lib": "./lib" }, "dependencies": { "async": "^2.0.1", "chalk": "^1.1.3", "chrono-node": "^1.2.4", "debug": ">=0.8.0 <3.0.0", "graceful-fs": "^4.1.9", "memoizee": "^0.4.1", "minimatch": "^3.0.3", "posix": "^4.1.1" }, "devDependencies": { "alinex-builder": "^2.3.8", "chai": "^3.5.0", "moment": "^2.15.1" }, "optionalDependencies": {}, "engines": { "node": ">=0.10" }, "os": [] }