2015-04-21 03:22:20 +00:00
|
|
|
{
|
|
|
|
"name": "cite",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"description": "Build tools for the Cite extension.",
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-02-04 21:22:04 +00:00
|
|
|
"eslint-config-wikimedia": "0.5.0",
|
2016-05-24 13:19:17 +00:00
|
|
|
"grunt": "1.0.1",
|
2017-04-10 15:57:27 +00:00
|
|
|
"grunt-banana-checker": "0.6.0",
|
2018-02-04 21:22:04 +00:00
|
|
|
"grunt-eslint": "20.1.0",
|
2016-11-02 12:50:48 +00:00
|
|
|
"grunt-jsonlint": "1.1.0",
|
2018-02-04 21:22:04 +00:00
|
|
|
"grunt-stylelint": "0.9.0",
|
|
|
|
"stylelint": "8.2.0",
|
|
|
|
"stylelint-config-wikimedia": "0.4.2"
|
2015-04-21 03:22:20 +00:00
|
|
|
}
|
|
|
|
}
|