81d5b794d0
Bumped the npm-shrinkwrap.json file version too by simply running 'npm install' after having removed the 'node_modules' directory.
19 lines
429 B
JSON
19 lines
429 B
JSON
{
|
|
"name": "Moodle",
|
|
"private": true,
|
|
"description": "Moodle",
|
|
"devDependencies": {
|
|
"async": "^1.5.2",
|
|
"eslint": "2.13.1",
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.9 <9"
|
|
}
|
|
}
|