| { |
| "name": "jslint", |
| "description": "The JavaScript Code Quality Tool", |
| "homepage": "https://github.com/reid/node-jslint", |
| "keywords": [ |
| "lint", |
| "jslint", |
| "code-quality", |
| "static-analysis", |
| "jshint", |
| "eslint" |
| ], |
| "version": "0.10.2", |
| "author": "Reid Burke <me@reidburke.com>", |
| "contributors": [ |
| "Douglas Crockford <douglas@crockford.com>", |
| "Mikeal Rogers <mikeal.rogers@gmail.com>", |
| "Adam Moore", |
| "Luke Smith <lsmith@yahoo-inc.com>", |
| "Anders Conbere <aconbere@gmail.com>", |
| "Ryuichi OKUMURA <okuryu@okuryu.com>", |
| "Sam Mikes <smikes@cubane.com>", |
| "Dylan Lloyd", |
| "Andreas Hindborg", |
| "Andrew Pennebaker", |
| "Bnaya", |
| "Maximilian Antoni <mail@maxantoni.de>", |
| "Vasil Velichkov", |
| "Rasmus Paetau", |
| "Bryan Horna" |
| ], |
| "bin": { |
| "jslint": "./bin/jslint.js" |
| }, |
| "main": "./lib/nodelint.js", |
| "dependencies": { |
| "exit": "~0.1.2", |
| "glob": "^7.0.3", |
| "nopt": "~3.0.1", |
| "readable-stream": "~2.1.2" |
| }, |
| "devDependencies": { |
| "fs.extra": "^1.3.2", |
| "istanbul": "^0.4.3", |
| "marked-man": "~0.1.5", |
| "mocha": "^3.0.0" |
| }, |
| "engines": { |
| "node": ">=0.8.0" |
| }, |
| "files": [ |
| "man/jslint.1", |
| "doc/jslint.md", |
| "doc/jslint.html", |
| "lib", |
| "bin", |
| "jslint.conf.example", |
| "Makefile" |
| ], |
| "directories": { |
| "lib": "./lib", |
| "man": "./man", |
| "doc": "./doc" |
| }, |
| "man": "man/jslint.1", |
| "repository": { |
| "type": "git", |
| "url": "git://github.com/reid/node-jslint.git" |
| }, |
| "bugs": { |
| "url": "https://github.com/reid/node-jslint/issues" |
| }, |
| "license": "BSD-3-Clause", |
| "licenses": [ |
| { |
| "type": "Modified MIT / BSD", |
| "url": "https://github.com/reid/node-jslint/blob/master/LICENSE" |
| } |
| ], |
| "scripts": { |
| "test": "make test", |
| "mypublish": "make prepublish; npm publish" |
| } |
| } |