moodle/package.json

13 lines
283 B
JSON
Raw Normal View History

{
"name": "Moodle",
"private": true,
"description": "Moodle",
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-less": "1.1.0",
"grunt-contrib-uglify": "0.11.0",
"shifter": "0.5.0"
}
}