MDL-56338 message_popup: add behat tests for message popover
[moodle.git] / package.json
blob0553787c6242d7c8bc0fa1a01b18da3bd27da8c9
2   "name": "Moodle",
3   "private": true,
4   "description": "Moodle",
5   "devDependencies": {
6     "async": "1.5.2",
7     "eslint": "3.7.1",
8     "grunt": "1.0.1",
9     "grunt-contrib-less": "1.3.0",
10     "grunt-contrib-uglify": "1.0.1",
11     "grunt-contrib-watch": "1.0.0",
12     "grunt-eslint": "19.0.0",
13     "grunt-stylelint": "0.6.0",
14     "semver": "5.3.0",
15     "shifter": "0.5.0",
16     "stylelint-checkstyle-formatter": "0.1.0",
17     "xmldom": "0.1.22",
18     "xpath": "0.0.23"
19   },
20   "engines": {
21     "node": ">=4"
22   }