mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
adeb96d28f
Grunt is the build tool.
12 lines
247 B
JSON
12 lines
247 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|