UNPKG

justo-plugin-fs

Version:

Simple tasks to run file system commands.

59 lines (58 loc) 1.22 kB
{ "name": "justo-plugin-fs", "version": "0.4.1", "description": "Simple tasks to run file system commands.", "homepage": "http://justojs.org", "author": { "name": "Justo Labs", "email": "hello@justolabs.com", "url": "http://justojs.org" }, "contributors": [ { "name": "Raúl G. González", "email": "raulggonzalez@justojs.org", "url": "" } ], "keywords": [ "Justo", "Justo.js", "justo-plugin" ], "bugs": { "url": "https://github.com/justojsp/justo-plugin-fs/issues", "email": "issues@justojs.org" }, "repository": { "type": "git", "url": "https://github.com/justojsp/justo-plugin-fs.git" }, "engines": { "node": ">=5.0.0", "npm": ">=3.0.0" }, "dependencies": { "justo-fs": "*" }, "peerDependencies": {}, "devDependencies": { "babel-preset-es2015": "*", "justo": "*", "justo-assert": "*", "justo-assert-fs": "*", "justo-dummy": "*", "justo-plugin-babel": "*", "justo-plugin-cli": "*", "justo-plugin-eslint": "*", "justo-plugin-npm": "*" }, "preferGlobal": false, "main": "index.js", "files": [ "lib" ], "scripts": { "test": "justo test" } }