UNPKG

grunt-concat-sourcemap

Version:

Concatenate files and generate a source map file.

50 lines (49 loc) 1.15 kB
{ "name": "grunt-concat-sourcemap", "description": "Concatenate files and generate a source map file.", "version": "0.4.3", "homepage": "https://github.com/kozy4324/grunt-concat-sourcemap", "author": { "name": "Koji NAKAMURA", "email": "kozy4324@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/kozy4324/grunt-concat-sourcemap.git" }, "bugs": { "url": "https://github.com/kozy4324/grunt-concat-sourcemap/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/kozy4324/grunt-concat-sourcemap/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test" }, "devDependencies": { "grunt-contrib-jshint": "~0.8.0", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-nodeunit": "~0.3.0", "grunt": "~0.4.2", "grunt-contrib-coffee": "~0.9.0", "grunt-contrib-copy": "~0.5.0" }, "peerDependencies": { "grunt": "~0.4.1" }, "keywords": [ "gruntplugin", "concat", "sourcemap" ], "dependencies": { "source-map": "0.1.31" } }