2015-02-22 14:50:20 +08:00
|
|
|
{
|
2016-05-11 10:19:30 +01:00
|
|
|
"name": "Moodle",
|
|
|
|
"private": true,
|
|
|
|
"description": "Moodle",
|
|
|
|
"devDependencies": {
|
2016-06-28 17:45:11 +01:00
|
|
|
"async": "1.5.2",
|
2017-09-12 09:23:46 +01:00
|
|
|
"eslint": "4.6.1",
|
2016-12-16 10:13:25 +00:00
|
|
|
"eslint-plugin-promise": "3.5.0",
|
2016-10-20 10:53:05 +01:00
|
|
|
"gherkin-lint": "1.1.3",
|
2016-06-28 17:45:11 +01:00
|
|
|
"grunt": "1.0.1",
|
|
|
|
"grunt-contrib-uglify": "1.0.1",
|
|
|
|
"grunt-contrib-watch": "1.0.0",
|
2017-09-12 09:23:46 +01:00
|
|
|
"grunt-eslint": "20.1.0",
|
2018-06-21 17:56:30 +02:00
|
|
|
"grunt-sass": "2.1.0",
|
2016-07-05 15:56:53 +01:00
|
|
|
"grunt-stylelint": "0.6.0",
|
2016-09-05 14:54:01 +01:00
|
|
|
"semver": "5.3.0",
|
2016-05-13 21:20:21 +01:00
|
|
|
"shifter": "0.5.0",
|
2017-07-19 13:45:47 +01:00
|
|
|
"stylelint": "8.0.0",
|
2016-08-02 18:52:41 +01:00
|
|
|
"stylelint-checkstyle-formatter": "0.1.0",
|
2017-07-19 13:57:07 +01:00
|
|
|
"stylelint-csstree-validator": "1.1.1",
|
2016-06-28 17:45:11 +01:00
|
|
|
"xmldom": "0.1.22",
|
2016-05-13 21:20:21 +01:00
|
|
|
"xpath": "0.0.23"
|
2016-06-28 17:45:11 +01:00
|
|
|
},
|
|
|
|
"engines": {
|
2018-05-04 00:18:25 +02:00
|
|
|
"node": ">=8.9 <9"
|
2016-05-11 10:19:30 +01:00
|
|
|
}
|
2015-02-22 14:50:20 +08:00
|
|
|
}
|