2015-10-01 15:20:36 +02:00
|
|
|
{
|
2018-10-11 05:33:03 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-06-08 03:15:42 +00:00
|
|
|
"grunt": "1.0.4",
|
2019-12-16 03:26:50 +00:00
|
|
|
"grunt-banana-checker": "0.8.1",
|
2018-10-11 05:33:03 +00:00
|
|
|
"grunt-contrib-jshint": "0.11.3",
|
|
|
|
"grunt-jscs": "2.5.0",
|
|
|
|
"grunt-jsonlint": "1.0.7"
|
|
|
|
}
|
2015-10-01 15:20:36 +02:00
|
|
|
}
|