13 lines
221 B
JSON
13 lines
221 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|