mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
5f4d957c21
Now jshint has been replaced by eslint.
17 lines
353 B
JSON
17 lines
353 B
JSON
{
|
|
"name": "Moodle",
|
|
"private": true,
|
|
"description": "Moodle",
|
|
"devDependencies": {
|
|
"async": "^1.5.2",
|
|
"grunt": "0.4.5",
|
|
"grunt-contrib-less": "1.1.0",
|
|
"grunt-contrib-uglify": "0.11.0",
|
|
"grunt-contrib-watch": "0.6.1",
|
|
"grunt-eslint": "^18.1.0",
|
|
"shifter": "0.5.0",
|
|
"xmldom": "^0.1.22",
|
|
"xpath": "0.0.23"
|
|
}
|
|
}
|