UNPKG

grunt-fixmyjs

Version:
51 lines 1.05 kB
{ "name": "grunt-fixmyjs", "description": "Automatically fix JavaScript lint errors.", "version": "0.3.0", "homepage": "https://github.com/jonschlinkert/grunt-fixmyjs", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "repository": "jonschlinkert/grunt-fixmyjs", "bugs": { "url": "https://github.com/jonschlinkert/grunt-fixmyjs/issues" }, "license": "MIT", "files": [ "tasks/" ], "main": "Gruntfile.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test" }, "dependencies": { "chalk": "^0.5.1", "fixmyjs": "^1.0.3", "jshint": "^2.6.0", "json5": "^0.4.0" }, "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-nodeunit": "^0.4.1", "time-grunt": "^1.0.0" }, "keywords": [ "fix", "fixmyjs", "grunt", "gruntplugin", "hint", "js", "jshint", "lint", "linting", "refactor", "task" ] }