build: Configure banana-checker and jsonlint

Change-Id: Ie75e8b79e0b5b50d415c221e52fda73b6a2763f9
This commit is contained in:
Kunal Mehta
2015-06-19 22:39:47 -07:00
parent d02c37b624
commit ba2135f84e
3 changed files with 34 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"private": true,
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-banana-checker": "0.2.2",
"grunt-jsonlint": "1.0.4"
}
}