UNPKG

autofile-rm

Version:

Remove files and folders.

37 lines 680 B
{ "name": "autofile-rm", "version": "0.0.0", "description": "Remove files and folders.", "main": "autofile.js", "scripts": { "test": "mocha -R spec" }, "repository": { "type": "git", "url": "git://github.com/IU-Automaton/autofile-rm.git" }, "keywords": [ "autofile", "automaton", "task", "rm", "remove", "delete", "del", "rimraf", "glob" ], "author": "Indigo United", "license": "MIT", "dependencies": { "async": "~0.2.5", "rimraf": "~2.1.4", "glob": "~3.2.1" }, "devDependencies": { "automaton": "~0.2.0", "expect.js": "~0.2.0", "rimraf": "~2.1.4", "mocha": "~1.11.0" } }