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-02-21 17:53:32 +00:00
|
|
|
"ace-builds": "1.15.2",
|
2023-05-05 01:57:18 +00:00
|
|
|
"eslint-config-wikimedia": "0.25.0",
|
2023-03-14 20:55:27 +00:00
|
|
|
"grunt": "1.6.1",
|
2023-06-01 00:09:18 +00:00
|
|
|
"grunt-banana-checker": "0.11.0",
|
2019-06-08 02:08:54 +00:00
|
|
|
"grunt-contrib-clean": "2.0.0",
|
|
|
|
"grunt-contrib-copy": "1.0.0",
|
2023-04-29 00:00:05 +00:00
|
|
|
"grunt-eslint": "24.0.1",
|
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",
|
2023-06-01 00:09:18 +00:00
|
|
|
"stylelint-config-wikimedia": "0.15.0"
|
2019-06-08 02:08:54 +00:00
|
|
|
}
|
2015-06-15 21:54:28 +00:00
|
|
|
}
|