{ "name": "grunt-jsonlint", "version": "1.0.4", "description": "Validate JSON files from grunt.", "main": "tasks/jsonlint.js", "scripts": { "test": "grunt jshint jsonlint" }, "repository": { "type": "git", "url": "https://github.com/brandonramirez/grunt-jsonlint" }, "bugs": { "url": "https://github.com/brandonramirez/grunt-jsonlint/issues" }, "keywords": [ "gruntplugin", "build", "validate" ], "author": { "name": "Brandon Ramirez", "email": "brandon.s.ramirez@gmail.com", "url": "http://www.brandonsramirez.com/" }, "license": "MIT", "dependencies": { "jsonlint": "1.6.0" }, "devDependencies": { "grunt": "~0.4.1", "grunt-contrib-jshint": "~0.7.2" }, "readme": "grunt-jsonlint\n==============\n\nValidate JSON files from grunt.\n\nRequires grunt 0.4\n\n# Install\n\n npm install grunt-jsonlint --save-dev\n\n# Configure\n\nAdd the following (multi-)task to your Gruntfile:\n\n jsonlint: {\n sample: {\n src: [ 'some/valid.json' ]\n }\n }\n\nAdd the following to load the task into your Gruntfile:\n\n grunt.loadNpmTasks('grunt-jsonlint');\n\nAn error will be thrown if the JSON file contains syntax errors.\n\n# Roadmap\n\nThe underlying jsonlint library has many features not yet exposed.\nEach of these would be valuable in grunt.\n\n* Schema validation\n* Sort file by key\n\n# Release History\n\n* 2013-02-20   v1.0.0   First official release\n* 2013-09-19 v1.0.1 Do not log every validated file\n* 2013-10-31 v1.0.2 Add output of count of successfully linted JSON file for issue\n* 2013-11-16 v1.0.3 Fix output of count of successfully linted JSON files.\n* 2013-11-18 v1.0.4 Updated for latest dependencies.\n", "readmeFilename": "README.md", "homepage": "https://github.com/brandonramirez/grunt-jsonlint", "_id": "grunt-jsonlint@1.0.4", "_from": "grunt-jsonlint@" }