mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
20 lines
472 B
JSON
20 lines
472 B
JSON
{
|
|
"name": "humhub",
|
|
"license": "AGPL-3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/humhub/humhub.git"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^1.0.4",
|
|
"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-contrib-watch": "^1.1.0",
|
|
"grunt-shell": "^2.1.0"
|
|
}
|
|
}
|