UNPKG

autofile-cp

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