mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
e90eb13a6b
This version of grunt-contrib-jshint itself uses a better fixed requirement on "~2.8.0" rather than "^2.8.0" which was giving variable results with some people updating to 2.9-rc1. See also https://github.com/gruntjs/grunt-contrib-jshint/pull/219
14 lines
313 B
JSON
14 lines
313 B
JSON
{
|
|
"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.9.1",
|
|
"shifter": "0.5.0",
|
|
"uglify-js": "2.4.22"
|
|
}
|
|
}
|