UNPKG

grunt-fixmyjs-comment-support

Version:

Automatically fix JavaScript lint errors.

53 lines (52 loc) 1.14 kB
{ "name": "grunt-fixmyjs-comment-support", "description": "Automatically fix JavaScript lint errors.", "version": "0.1.2", "homepage": "https://github.com/fyockm/grunt-fixmyjs", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "repository": { "type": "git", "url": "git://github.com/fyockm/grunt-fixmyjs" }, "bugs": { "url": "https://github.com/fyockm/grunt-fixmyjs/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/jonschlinkert/grunt-fixmyjs/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test" }, "dependencies": { "chalk": "~0.3.0", "fixmyjs": "~0.13.1", "jshint": "~2.3.0", "json5": "^0.2.0" }, "devDependencies": { "grunt": "~0.4.1", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-jshint": "~0.7.2", "grunt-contrib-nodeunit": "~0.2.2", "time-grunt": "~0.2.2" }, "keywords": [ "gruntplugin", "grunt", "task", "fixmyjs", "jshint", "js hint", "js lint" ] }