2015-05-02 03:49:09 +00:00
|
|
|
{
|
|
|
|
"name": "thanks",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"description": "Build tools for Thanks.",
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "0.4.5",
|
2015-06-05 20:49:20 +00:00
|
|
|
"grunt-cli": "0.1.13",
|
2015-06-06 00:16:47 +00:00
|
|
|
"grunt-contrib-csslint": "0.4.0",
|
|
|
|
"grunt-contrib-jshint": "0.11.2",
|
2015-05-02 03:49:09 +00:00
|
|
|
"grunt-contrib-watch": "0.6.1",
|
2015-06-06 00:16:47 +00:00
|
|
|
"grunt-banana-checker": "0.2.2",
|
2015-05-02 03:49:09 +00:00
|
|
|
"grunt-jscs": "1.8.0",
|
2015-06-12 04:50:10 +00:00
|
|
|
"jshint": "2.8.0",
|
|
|
|
"grunt-jsonlint": "1.0.4"
|
2015-05-02 03:49:09 +00:00
|
|
|
}
|
|
|
|
}
|