UNPKG

grunt-multi-dest

Version:

Run predefined tasks multiple times to copy their output to multiple destinations and avoid duplication

48 lines (47 loc) 1.16 kB
{ "name": "grunt-multi-dest", "description": "Run predefined tasks multiple times to copy their output to multiple destinations and avoid duplication", "version": "1.0.0", "homepage": "https://github.com/ErjanGavalji/grunt-multi-dest", "author": { "name": "Erjan Gavalji", "url": "https://github.com/ErjanGavalji" }, "repository": { "type": "git", "url": "git://github.com/ErjanGavalji/grunt-multi-dest.git" }, "bugs": { "url": "https://github.com/ErjanGavalji/grunt-multi-dest/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/ErjanGavalji/grunt-multi-dest/blob/master/LICENSE-MIT" } ], "engines": { "node": ">= 0.10.0" }, "scripts": { "test": "grunt test" }, "devDependencies": { "grunt-contrib-jshint": "0.10.0", "grunt-contrib-clean": "0.6.0", "grunt": "~0.4.5", "grunt-contrib-copy": "0.5.0", "grunt-contrib-watch": "0.6.1", "mocha": "1.21.4", "should": "4.0.4", "grunt-simple-mocha": "0.4.0" }, "peerDependencies": { "grunt": "0.4.5" }, "keywords": [ "gruntplugin", "multiple", "destination" ] }