grunt-jadelint
Version:
A grunt task for Jadelint
27 lines (26 loc) • 565 B
JSON
{
"name": "grunt-jadelint",
"version": "0.3.0",
"description": "A grunt task for Jadelint",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/rrdelaney/grunt-jadelint.git"
},
"keywords": [
"jadelint"
],
"author": "Ryan Delaney",
"license": "MIT",
"bugs": {
"url": "https://github.com/rrdelaney/grunt-jadelint/issues"
},
"homepage": "https://github.com/rrdelaney/grunt-jadelint",
"dependencies": {
"jadelint": "^0.3.0",
"lodash": "^3.10.0"
}
}