Merge branch 'MDL-60342-33' of https://github.com/patkira/moodle into MOODLE_33_STABLE
[moodle.git] / package.json
blob2a7d142ca1447012baa7292c380216007c92f9dc
2   "name": "Moodle",
3   "private": true,
4   "description": "Moodle",
5   "devDependencies": {
6     "async": "1.5.2",
7     "eslint": "3.7.1",
8     "gherkin-lint": "1.1.3",
9     "grunt": "1.0.1",
10     "grunt-contrib-less": "1.3.0",
11     "grunt-contrib-uglify": "1.0.1",
12     "grunt-contrib-watch": "1.0.0",
13     "grunt-eslint": "19.0.0",
14     "grunt-stylelint": "0.6.0",
15     "semver": "5.3.0",
16     "shifter": "0.5.0",
17     "stylelint": "7.4.1",
18     "stylelint-checkstyle-formatter": "0.1.0",
19     "xmldom": "0.1.22",
20     "xpath": "0.0.23"
21   },
22   "engines": {
23     "node": ">=4"
24   }