Add Gruntfile for code style checking and linting
Showing
Gruntfile.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "arsnova-mobile", | ||
"license": "LGPL-3.0+", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/thm-projects/arsnova-mobile.git" | ||
}, | ||
"devDependencies": { | ||
"grunt": "^0.4.5", | ||
"grunt-contrib-jshint": "^0.11", | ||
"grunt-jscs": "^1.2", | ||
"time-grunt": "^1.0" | ||
}, | ||
"private": true | ||
} |
Please register or sign in to comment