UNPKG

broccoli-file-mover

Version:
32 lines (31 loc) 669 B
{ "name": "broccoli-file-mover", "version": "0.4.2", "description": "Broccoli plugin to move a single file.", "main": "index.js", "author": "Robert Jackson", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/rjackson/broccoli-file-mover.git" }, "scripts": { "test": "mocha tests/" }, "keywords": [ "broccoli-plugin", "javascript" ], "dependencies": { "rimraf": "~2.2.6", "broccoli-writer": "~0.1.1", "chalk": "^0.5.1", "mkdirp": "~0.5.0", "symlink-or-copy": "^1.0.0" }, "devDependencies": { "mocha": "~1.18.2", "broccoli": "~0.9.0", "expect.js": "~0.3.1" } }