2014-07-25 20:19:15 +00:00
|
|
|
{
|
2015-10-11 15:43:43 +00:00
|
|
|
"name": "echo",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"description": "Build tools for Echo.",
|
|
|
|
"scripts": {
|
2016-05-11 20:33:17 +00:00
|
|
|
"test": "grunt test",
|
|
|
|
"doc": "jsduck"
|
2015-10-11 15:43:43 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "0.4.5",
|
|
|
|
"grunt-cli": "0.1.13",
|
2016-03-18 16:44:00 +00:00
|
|
|
"grunt-contrib-jshint": "1.0.0",
|
|
|
|
"grunt-contrib-watch": "1.0.0",
|
|
|
|
"grunt-banana-checker": "0.5.0",
|
|
|
|
"grunt-jscs": "2.8.0",
|
2016-10-05 00:11:41 +00:00
|
|
|
"grunt-jsonlint": "1.0.7",
|
|
|
|
"grunt-stylelint": "0.6.0",
|
|
|
|
"stylelint-config-wikimedia": "0.3.0"
|
2015-10-11 15:43:43 +00:00
|
|
|
}
|
2014-07-25 20:19:15 +00:00
|
|
|
}
|