UNPKG

grunt-exorcise

Version:

Move Browserify source maps to a separate file using Exorcist and Grunt

49 lines (48 loc) 1.1 kB
{ "name": "grunt-exorcise", "description": "Move Browserify source maps to a separate file using Exorcist and Grunt", "version": "2.1.1", "homepage": "https://github.com/mikefrey/grunt-exorcise", "author": { "name": "Mike Frey", "email": "frey.mike@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/mikefrey/grunt-exorcise.git" }, "bugs": { "url": "https://github.com/mikefrey/grunt-exorcise/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/mikefrey/grunt-exorcise/blob/master/LICENSE-MIT" } ], "engines": { "node": ">= 0.10.0" }, "scripts": { "test": "grunt test" }, "dependencies": { "async": "~0.2.10", "resumer": "0.0.0", "concat-stream": "~1.4.1", "exorcist": "^0.4.0" }, "devDependencies": { "grunt": "~0.4.2", "grunt-cli": "^0.1.13", "grunt-contrib-clean": "~0.4.0", "grunt-contrib-jshint": "~0.6.0", "grunt-contrib-nodeunit": "~0.2.0" }, "peerDependencies": { "grunt": ">=0.4.0" }, "keywords": [ "gruntplugin" ] }