UNPKG

grunt-contrib-concat

Version:
40 lines (39 loc) 799 B
{ "name": "grunt-contrib-concat", "description": "Concatenate files.", "version": "2.1.0", "author": { "name": "Grunt Team", "url": "http://gruntjs.com/" }, "repository": "gruntjs/grunt-contrib-concat", "license": "MIT", "engines": { "node": ">=0.12.0" }, "main": "tasks/concat.js", "scripts": { "test": "grunt test" }, "dependencies": { "chalk": "^4.1.2", "source-map": "^0.5.3" }, "devDependencies": { "grunt": "^1.4.1", "grunt-contrib-clean": "^2.0.0", "grunt-contrib-internal": "^7.0.0", "grunt-contrib-jshint": "^3.2.0", "grunt-contrib-nodeunit": "^4.0.0" }, "peerDependencies": { "grunt": ">=1.4.1" }, "keywords": [ "gruntplugin" ], "files": [ "tasks" ], "appveyor_id": "l42173901ms416km" }