2015-06-15 21:54:28 +00:00
|
|
|
{
|
2019-06-08 02:08:54 +00:00
|
|
|
"name": "codeeditor",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"description": "Build tools for the CodeEditor extension.",
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-01-16 22:26:34 +00:00
|
|
|
"ace-builds": "1.14.0",
|
2022-03-13 22:50:06 +00:00
|
|
|
"eslint-config-wikimedia": "0.22.1",
|
2022-05-26 08:53:44 +00:00
|
|
|
"grunt": "1.5.3",
|
2022-10-06 20:15:47 +00:00
|
|
|
"grunt-banana-checker": "0.10.0",
|
2019-06-08 02:08:54 +00:00
|
|
|
"grunt-contrib-clean": "2.0.0",
|
|
|
|
"grunt-contrib-copy": "1.0.0",
|
2022-03-13 22:50:06 +00:00
|
|
|
"grunt-eslint": "24.0.0",
|
2019-06-08 02:08:54 +00:00
|
|
|
"grunt-exec": "3.0.0",
|
2022-11-13 02:27:12 +00:00
|
|
|
"grunt-stylelint": "0.18.0",
|
2022-11-16 01:26:04 +00:00
|
|
|
"stylelint-config-wikimedia": "0.13.1"
|
2019-06-08 02:08:54 +00:00
|
|
|
}
|
2015-06-15 21:54:28 +00:00
|
|
|
}
|