grunt for jshint
gruntfile.js
0 → 100644
... | ... | @@ -9,15 +9,19 @@ |
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"mocha": "^1.20.1", | ||
"grunt": "^0.4.5", | ||
"grunt-contrib-clean": "^0.6.0", | ||
"grunt-contrib-jshint": "^0.11.0", | ||
"grunt-contrib-watch": "^0.6.1", | ||
"istanbul": "^0.3.0", | ||
"mocha": "^1.20.1", | ||
"portfinder": "^0.2.1" | ||
}, | ||
"scripts": { | ||
"test": "istanbul cover _mocha -- -R spec" | ||
"test": "istanbul cover _mocha -- -R spec && grunt" | ||
}, | ||
"preferGlobal": false, | ||
"main": "./lib/ical-generator.js", | ||
"main": "./lib/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/sebbo2002/ical-generator.git" | ||
... | ... |
Please register or sign in to comment