2014-07-25 20:19:15 +00:00
|
|
|
{
|
2017-03-22 21:23:56 +00:00
|
|
|
"name": "echo",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"description": "Build tools for Echo.",
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test",
|
|
|
|
"doc": "jsduck"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-10-17 12:53:08 +00:00
|
|
|
"eslint-config-wikimedia": "0.5.0",
|
2017-03-22 21:23:56 +00:00
|
|
|
"grunt": "1.0.1",
|
2017-10-17 12:53:08 +00:00
|
|
|
"grunt-banana-checker": "0.6.0",
|
2017-03-22 21:23:56 +00:00
|
|
|
"grunt-contrib-watch": "1.0.0",
|
2018-02-04 21:22:48 +00:00
|
|
|
"grunt-eslint": "20.1.0",
|
2017-10-17 12:53:08 +00:00
|
|
|
"grunt-jsonlint": "1.1.0",
|
2018-02-04 21:22:48 +00:00
|
|
|
"grunt-stylelint": "0.9.0",
|
|
|
|
"stylelint": "8.2.0",
|
|
|
|
"stylelint-config-wikimedia": "0.4.2"
|
2017-03-22 21:23:56 +00:00
|
|
|
}
|
2014-07-25 20:19:15 +00:00
|
|
|
}
|