blob: e2cf6fe959e28b8d159ade34ad06e6e2183c4371 [file] [log] [blame]
{
"name": "jslint",
"description": "The JavaScript Code Quality Tool",
"homepage": "https://github.com/reid/node-jslint",
"keywords": [
"lint"
],
"version": "0.3.4",
"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>"
],
"bin": {
"jslint": "./bin/jslint.js"
},
"main": "./lib/nodelint.js",
"dependencies": {
"nopt": "~1.0.0"
},
"devDependencies": {
"ronn": "0.4.0",
"istanbul": "~0.1.44",
"mocha": "~1.14.0",
"fs.extra": "~1.2.1"
},
"optionalDependencies": {
"glob": "~3.2.8"
},
"engines": {
"node": ">=0.4.12"
},
"files": [
"man",
"doc",
"lib",
"bin",
"jslintrc.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"
},
"licenses": [
{
"type": "Modified MIT / BSD",
"url": "https://github.com/reid/node-jslint/blob/master/LICENSE"
}
],
"scripts": {
"test": "make test",
"prepublish": "make prepublish"
}
}