mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-14 19:14:41 +00:00
3568d866bb
Change-Id: I93c5de0d4a2c3480f1c3ef39ac7394e1552eb631
23 lines
530 B
JSON
23 lines
530 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.2.9",
|
|
"eslint-config-wikimedia": "0.14.3",
|
|
"grunt": "1.0.4",
|
|
"grunt-banana-checker": "0.8.1",
|
|
"grunt-contrib-clean": "2.0.0",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-eslint": "22.0.0",
|
|
"grunt-exec": "3.0.0",
|
|
"grunt-stylelint": "0.11.1",
|
|
"postcss-less": "1.1.3",
|
|
"stylelint-config-wikimedia": "0.6.0"
|
|
}
|
|
}
|