Comments/package.json

13 lines
221 B
JSON
Raw Normal View History

2017-09-27 17:53:26 +02:00
{
"private": true,
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "1.0.1",
"grunt-banana-checker": "0.4.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-jsonlint": "1.0.7"
}
}