{ "author": "Zach Carter (http://zaa.ch)", "name": "jsonlint-mod", "description": "Validate JSON", "keywords": [ "json", "validation", "lint", "jsonlint" ], "version": "1.7.4", "preferGlobal": true, "repository": { "type": "git", "url": "git://github.com/circlecell/jsonlint.git" }, "bugs": { "url": "http://github.com/circlecell/jsonlint/issues" }, "main": "web/jsonlint.js", "bin": { "jsonlint": "lib/cli.js" }, "engines": { "node": ">= 0.6" }, "dependencies": { "nomnom": ">= 1.5.x", "JSV": ">= 4.0.x" }, "devDependencies": { "test": "*", "jison": "*", "uglify-js": "*" }, "scripts": { "test": "node test/all-tests.js", "bundle": "node scripts/bundle > web/jsonlint.js", "prepublish": "npm run bundle" }, "homepage": "http://jsonlint.com", "optionalDependencies": {} }