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",
|
2017-10-25 17:54:00 +00:00
|
|
|
"grunt-stylelint": "0.8.0",
|
2017-07-31 10:45:32 +00:00
|
|
|
"stylelint": "7.8.0",
|
2017-03-20 14:27:23 +00:00
|
|
|
"stylelint-config-wikimedia": "0.4.1"
|
2015-06-15 21:54:28 +00:00
|
|
|
}
|
|
|
|
}
|