grunt-jscs
Version:
Grunt task for checking JavaScript Code Style with jscs.
48 lines (47 loc) • 1.12 kB
JSON
{
"name": "grunt-jscs",
"description": "Grunt task for checking JavaScript Code Style with jscs.",
"version": "3.0.1",
"author": "Gustavo Henke <gustavo@injoin.com.br>",
"license": "MIT",
"homepage": "https://github.com/jscs-dev/grunt-jscs",
"repository": {
"type": "git",
"url": "https://github.com/jscs-dev/grunt-jscs.git"
},
"bugs": {
"url": "https://github.com/jscs-dev/grunt-jscs/issues"
},
"dependencies": {
"hooker": "~0.2.3",
"jscs": "~3.0.5",
"lodash": "~4.6.1",
"vow": "~0.4.1"
},
"devDependencies": {
"grunt": "1.0.1",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-nodeunit": "~1.0.0",
"load-grunt-tasks": "^3.4.0",
"time-grunt": "~1.3.0"
},
"keywords": [
"gruntplugin",
"jscs",
"code style",
"checker"
],
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test",
"bump": "npm version patch -m \"Release v%s\"",
"bump-minor": "npm version minor -m \"Release v%s\"",
"bump-major": "npm version major -m \"Release v%s\""
},
"files": [
"tasks",
"LICENSE-MIT"
]
}