mediawiki-extensions-CodeEd.../package.json
libraryupgrader 226d2c30b9 build: Updating grunt to 1.2.1
Change-Id: I064bd4aa8bb043ec28357a5b073d2a1bb94a747a
2020-07-18 02:41:24 +00:00

23 lines
531 B
JSON

{
"name": "codeeditor",
"version": "0.0.0",
"private": true,
"description": "Build tools for the CodeEditor extension.",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"ace-builds": "1.4.9",
"eslint-config-wikimedia": "0.16.2",
"grunt": "1.2.1",
"grunt-banana-checker": "0.9.0",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-eslint": "23.0.0",
"grunt-exec": "3.0.0",
"grunt-stylelint": "0.15.0",
"postcss-less": "1.1.3",
"stylelint-config-wikimedia": "0.10.1"
}
}