MDL-63660 tool_dataprivacy: Increase expected export file size
[moodle.git] / package.json
blob6e20b6c954f3aeb0ae2d21ba2525f04cabc23c39
2   "name": "Moodle",
3   "private": true,
4   "description": "Moodle",
5   "devDependencies": {
6     "async": "1.5.2",
7     "eslint": "4.6.1",
8     "eslint-plugin-promise": "3.5.0",
9     "gherkin-lint": "1.1.3",
10     "grunt": "1.0.1",
11     "grunt-contrib-less": "1.3.0",
12     "grunt-contrib-uglify": "1.0.1",
13     "grunt-contrib-watch": "1.0.0",
14     "grunt-eslint": "20.1.0",
15     "grunt-sass": "2.1.0",
16     "grunt-stylelint": "0.6.0",
17     "semver": "5.3.0",
18     "shifter": "0.5.0",
19     "stylelint": "8.0.0",
20     "stylelint-checkstyle-formatter": "0.1.0",
21     "stylelint-csstree-validator": "1.1.1",
22     "xmldom": "0.1.22",
23     "xpath": "0.0.23"
24   },
25   "engines": {
26     "node": ">=8.9 <9"
27   }