UNPKG

grunt-depconcat

Version:
45 lines 1.02 kB
{ "name": "grunt-depconcat", "description": "Concat depended files", "version": "0.2.1", "homepage": "https://github.com/terrykingcha/grunt-depconcat", "author": { "name": "tERry.K", "email": "terrykingcha@gmail.com" }, "repository": { "type": "git", "url": "git@github.com:terrykingcha/grunt-depconcat.git" }, "bugs": { "url": "https://github.com/terrykingcha/grunt-depconcat/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/terrykingcha/grunt-depconcat/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test" }, "dependencies": { "serialize-deptree": "~0.1.0" }, "devDependencies": { "grunt-contrib-jshint": "~0.1.1", "grunt-contrib-clean": "~0.4.0", "grunt-contrib-nodeunit": "~0.1.2", "grunt": "~0.4.1" }, "peerDependencies": { "grunt": "~0.4.1" }, "keywords": [ "gruntplugin", "dependencies", "concat" ] }