moodle/package.json
Dan Poltawski 091a1f9290 MDL-55167 npm: add stylelint-checkstyle-formatter
Useful for automations (like the Moodle prechecker)
2016-08-02 18:52:41 +01:00

23 lines
490 B
JSON

{
"name": "Moodle",
"private": true,
"description": "Moodle",
"devDependencies": {
"async": "1.5.2",
"eslint": "^3.0.1",
"grunt": "1.0.1",
"grunt-contrib-less": "1.3.0",
"grunt-contrib-uglify": "1.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-eslint": "19.0.0",
"grunt-stylelint": "0.6.0",
"shifter": "0.5.0",
"stylelint-checkstyle-formatter": "0.1.0",
"xmldom": "0.1.22",
"xpath": "0.0.23"
},
"engines": {
"node": ">=4"
}
}