7097828ac7
This is a backport of a number of commits from MDL-49817 which in general are about simplifying and moving to standard 'grunt' things.
15 lines
350 B
JSON
15 lines
350 B
JSON
{
|
|
"name": "Moodle",
|
|
"private": true,
|
|
"description": "Moodle",
|
|
"devDependencies": {
|
|
"async": "^1.5.2",
|
|
"grunt": "0.4.5",
|
|
"grunt-contrib-jshint": "0.11.3",
|
|
"grunt-contrib-less": "1.1.0",
|
|
"grunt-contrib-uglify": "0.11.0",
|
|
"grunt-contrib-watch": "0.6.1",
|
|
"shifter": "0.5.0"
|
|
}
|
|
}
|