mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-12-02 18:56:38 +00:00
ce4d932e7a
* https://npmjs.com/advisories/1179 Change-Id: Id32b70e55b9043b35e8dd0b3bc5c731290a3d9cc
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.15.0",
|
|
"grunt": "1.1.0",
|
|
"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.14.0",
|
|
"postcss-less": "1.1.3",
|
|
"stylelint-config-wikimedia": "0.9.0"
|
|
}
|
|
}
|