humhub/package.json
buddh4 9d01d7ddad Fixed Test
Added Missing production asset
Enh: Added Grunt tasks `build-assets`, `build-theme`, `build-search`
2017-03-17 13:48:08 +01:00

16 lines
382 B
JSON

{
"name": "humhub",
"license" : "AGPL V3",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "*",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-shell": "^2.1.0"
}
}