Automatically generated installer lang files
[moodle.git] / package.json
blob7ea6994ac7243e5b2a37352bfa54c9f067a881d5
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     "jshint": "^2.11.0",
18     "node-sass": "^4.14.0",
19     "semver": "5.3.0",
20     "shifter": "https://github.com/andrewnicols/shifter/archive/v0.5.0_moodle-0.tar.gz",
21     "stylelint": "8.0.0",
22     "stylelint-checkstyle-formatter": "0.1.0",
23     "stylelint-csstree-validator": "1.1.1",
24     "xmldom": "0.1.22",
25     "xpath": "0.0.23"
26   },
27   "engines": {
28     "node": ">=14.0.0 <15"
29   }