Merge branch 'MDL-62291-master' of git://github.com/junpataleta/moodle
[moodle.git] / package.json
blob3a79c54c0e9be158eca932d0c00e5ecf2b74f302
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-stylelint": "0.6.0",
16     "semver": "5.3.0",
17     "shifter": "0.5.0",
18     "stylelint": "8.0.0",
19     "stylelint-checkstyle-formatter": "0.1.0",
20     "stylelint-csstree-validator": "1.1.1",
21     "xmldom": "0.1.22",
22     "xpath": "0.0.23"
23   },
24   "engines": {
25     "node": "8.9"
26   }