humhub/package.json

19 lines
433 B
JSON
Raw Normal View History

{
"name": "humhub",
2017-05-02 14:23:05 +02:00
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git://github.com/humhub/humhub.git"
},
"devDependencies": {
"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",
"grunt-shell": "^2.1.0"
}
}