humhub/package.json
2020-10-15 15:12:11 +02:00

19 lines
435 B
JSON

{
"name": "humhub",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git://github.com/humhub/humhub.git"
},
"devDependencies": {
"grunt": "^1.3.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "*",
"grunt-contrib-cssmin": "^2.1.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^2.3.0",
"grunt-shell": "^2.1.0"
}
}