2014-07-25 20:19:15 +00:00
|
|
|
{
|
2015-05-02 03:31:16 +00:00
|
|
|
"name": "echo",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"description": "Build tools for Echo.",
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "0.4.5",
|
2015-06-02 01:04:14 +00:00
|
|
|
"grunt-cli": "0.1.13",
|
2015-06-06 00:14:09 +00:00
|
|
|
"grunt-contrib-csslint": "0.4.0",
|
|
|
|
"grunt-contrib-jshint": "0.11.2",
|
2015-05-02 03:31:16 +00:00
|
|
|
"grunt-contrib-watch": "0.6.1",
|
2015-06-06 00:14:09 +00:00
|
|
|
"grunt-banana-checker": "0.2.2",
|
2015-05-02 03:31:16 +00:00
|
|
|
"grunt-jscs": "1.8.0",
|
2015-06-12 04:32:18 +00:00
|
|
|
"jshint": "2.8.0",
|
|
|
|
"grunt-jsonlint": "1.0.4"
|
2015-05-02 03:31:16 +00:00
|
|
|
}
|
2014-07-25 20:19:15 +00:00
|
|
|
}
|