humhub/package.json
2017-05-02 14:23:05 +02:00

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.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "*",
"grunt-contrib-cssmin": "^2.1.0",
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-uglify": "^2.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-shell": "^2.1.0"
}
}