moodle/package.json

12 lines
247 B
JSON
Raw Normal View History

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