2016-04-19 15:47:05 +02:00
|
|
|
{
|
|
|
|
"name": "humhub",
|
2017-05-02 14:23:05 +02:00
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/humhub/humhub.git"
|
|
|
|
},
|
2016-04-19 15:47:05 +02:00
|
|
|
"devDependencies": {
|
2022-05-30 18:02:20 +02:00
|
|
|
"grunt": "^1.5.3",
|
2017-05-02 14:23:05 +02:00
|
|
|
"grunt-contrib-clean": "^1.1.0",
|
|
|
|
"grunt-contrib-concat": "^1.0.1",
|
2016-09-12 19:56:27 +02:00
|
|
|
"grunt-contrib-copy": "*",
|
2017-05-02 14:23:05 +02:00
|
|
|
"grunt-contrib-cssmin": "^2.1.0",
|
2018-07-01 02:32:20 +02:00
|
|
|
"grunt-contrib-less": "^2.0.0",
|
2021-05-25 12:32:58 +03:00
|
|
|
"grunt-contrib-uglify": "^5.0",
|
2017-03-17 13:48:08 +01:00
|
|
|
"grunt-shell": "^2.1.0"
|
2016-04-19 15:47:05 +02:00
|
|
|
}
|
|
|
|
}
|