The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
  "name": "jslint",
  "description": "The JavaScript Code Quality Tool",
  "homepage": "https://github.com/reid/node-jslint",
  "keywords": [
    "lint"
  ],
  "version": "0.6.5",
  "author": {
    "name": "Reid Burke",
    "email": "me@reidburke.com"
  },
  "contributors": [
    {
      "name": "Douglas Crockford",
      "email": "douglas@crockford.com"
    },
    {
      "name": "Mikeal Rogers",
      "email": "mikeal.rogers@gmail.com"
    },
    {
      "name": "Adam Moore"
    },
    {
      "name": "Luke Smith",
      "email": "lsmith@yahoo-inc.com"
    },
    {
      "name": "Anders Conbere",
      "email": "aconbere@gmail.com"
    },
    {
      "name": "Ryuichi OKUMURA",
      "email": "okuryu@okuryu.com"
    },
    {
      "name": "Sam Mikes",
      "email": "smikes@cubane.com"
    },
    {
      "name": "Dylan Lloyd"
    },
    {
      "name": "Andreas Hindborg"
    },
    {
      "name": "Andrew Pennebaker"
    },
    {
      "name": "Bnaya"
    },
    {
      "name": "Maximilian Antoni",
      "email": "mail@maxantoni.de"
    },
    {
      "name": "Vasil Velichkov"
    },
    {
      "name": "Rasmus Paetau"
    }
  ],
  "bin": {
    "jslint": "./bin/jslint.js"
  },
  "main": "./lib/nodelint.js",
  "dependencies": {
    "exit": "~0.1.2",
    "nopt": "~1.0.0",
    "readable-stream": "~1.0.31",
    "glob": "~3.2.11"
  },
  "devDependencies": {
    "ronn": "0.4.0",
    "istanbul": "~0.1.44",
    "mocha": "~1.14.0",
    "fs.extra": "~1.2.1"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "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",
    "mypublish": "make prepublish; npm publish"
  },
  "_id": "jslint@0.6.5",
  "dist": {
    "shasum": "8944d5353c3252ac2a34d4fceae801b4774ee392",
    "tarball": "http://registry.npmjs.org/jslint/-/jslint-0.6.5.tgz"
  },
  "_from": "jslint@",
  "_npmVersion": "1.4.6",
  "_npmUser": {
    "name": "smikes",
    "email": "smikes@cubane.com"
  },
  "maintainers": [
    {
      "name": "reid",
      "email": "me@reidburke.com"
    },
    {
      "name": "okuryu",
      "email": "okuryu@okuryu.com"
    },
    {
      "name": "smikes",
      "email": "smikes@cubane.com"
    }
  ],
  "_shasum": "8944d5353c3252ac2a34d4fceae801b4774ee392",
  "_resolved": "https://registry.npmjs.org/jslint/-/jslint-0.6.5.tgz"
}