grunt-scantree-concat
Version:
Concatenate JavaScript files based on the output from scantree
33 lines (32 loc) • 760 B
JSON
{
"name": "grunt-scantree-concat",
"version": "0.0.1",
"description": "Concatenate JavaScript files based on the output from scantree",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/perry-mitchell/grunt-scantree-concat"
},
"keywords": [
"grunt",
"concat",
"concatenate",
"scantree",
"dependency"
],
"author": "Perry Mitchell <perry@perrymitchell.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/perry-mitchell/grunt-scantree-concat/issues"
},
"homepage": "https://github.com/perry-mitchell/grunt-scantree-concat",
"dependencies": {
"concat-files": "0.1.x",
"grunt": "0.4.x",
"load-grunt-tasks": "3.2.x",
"scantree": "0.4.0-a"
}
}