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": {
|
2020-08-12 12:22:05 +00:00
|
|
|
"ace-builds": "1.4.12",
|
2020-09-05 11:07:40 +00:00
|
|
|
"eslint-config-wikimedia": "0.17.0",
|
|
|
|
"grunt": "1.3.0",
|
2020-04-14 12:01:19 +00:00
|
|
|
"grunt-banana-checker": "0.9.0",
|
2019-06-08 02:08:54 +00:00
|
|
|
"grunt-contrib-clean": "2.0.0",
|
|
|
|
"grunt-contrib-copy": "1.0.0",
|
2020-06-12 21:55:52 +00:00
|
|
|
"grunt-eslint": "23.0.0",
|
2019-06-08 02:08:54 +00:00
|
|
|
"grunt-exec": "3.0.0",
|
2020-04-22 06:31:01 +00:00
|
|
|
"grunt-stylelint": "0.15.0",
|
2019-06-08 02:08:54 +00:00
|
|
|
"postcss-less": "1.1.3",
|
2020-04-22 06:31:01 +00:00
|
|
|
"stylelint-config-wikimedia": "0.10.1"
|
2019-06-08 02:08:54 +00:00
|
|
|
}
|
2015-06-15 21:54:28 +00:00
|
|
|
}
|