humhub/package.json

20 lines
472 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": {
2019-06-18 11:04:19 +02:00
"grunt": "^1.0.4",
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",
2017-05-02 14:23:05 +02:00
"grunt-contrib-uglify": "^2.3.0",
2018-07-01 02:32:20 +02:00
"grunt-contrib-watch": "^1.1.0",
"grunt-shell": "^2.1.0"
}
}