2015-06-15 21:54:28 +00:00
|
|
|
{
|
|
|
|
"name": "codeeditor",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"description": "Build tools for the CodeEditor extension.",
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-10-25 17:54:00 +00:00
|
|
|
"eslint-config-wikimedia": "0.5.0",
|
2016-08-10 17:47:26 +00:00
|
|
|
"grunt": "1.0.1",
|
2017-10-25 17:54:00 +00:00
|
|
|
"grunt-banana-checker": "0.6.0",
|
|
|
|
"grunt-eslint": "20.1.0",
|
2016-12-09 13:21:02 +00:00
|
|
|
"grunt-jsonlint": "1.1.0",
|
2018-02-04 21:22:12 +00:00
|
|
|
"grunt-stylelint": "0.9.0",
|
2018-03-21 23:11:30 +00:00
|
|
|
"postcss-less": "1.1.3",
|
2018-01-04 12:33:34 +00:00
|
|
|
"stylelint": "8.2.0",
|
|
|
|
"stylelint-config-wikimedia": "0.4.2"
|
2015-06-15 21:54:28 +00:00
|
|
|
}
|
|
|
|
}
|