humhub/package.json

13 lines
305 B
JSON
Raw Normal View History

{
"name": "humhub",
"devDependencies": {
"grunt-contrib-clean": "^1.0.0",
2016-08-23 22:29:34 +02:00
"grunt-contrib-copy": "*",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-less": "^1.3.0"
}
}