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-04-14 12:14:48 +00:00
|
|
|
"ace-builds": "1.4.9",
|
2020-04-22 06:31:01 +00:00
|
|
|
"eslint-config-wikimedia": "0.15.3",
|
2020-03-18 05:13:13 +00:00
|
|
|
"grunt": "1.1.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",
|
2019-10-07 15:57:17 +00:00
|
|
|
"grunt-eslint": "22.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
|
|
|
}
|