UNPKG

autofile-mv

Version:
37 lines (36 loc) 672 B
{ "name": "autofile-mv", "version": "0.0.2", "description": "Move files and folders.", "main": "autofile.js", "scripts": { "test": "mocha -R spec" }, "repository": { "type": "git", "url": "git://github.com/IU-Automaton/autofile-mv.git" }, "keywords": [ "autofile", "automaton", "task", "glob", "mv", "move", "rename" ], "author": "Indigo United", "license": "MIT", "dependencies": { "async": "~0.2.5", "glob": "~3.2.1", "mkdirp": "~0.3.5", "mv": "~0.0.5" }, "devDependencies": { "automaton": "~0.2.0", "rimraf": "~2.1.4", "expect.js": "~0.2.0", "mocha": "~1.11.0" } }