package.json 2.17 KB
{
  "name": "eslint-config-airbnb",
  "version": "5.0.0",
  "description": "Airbnb's ESLint config, following our styleguide",
  "main": "index.js",
  "scripts": {
    "lint": "eslint .",
    "tests-only": "babel-tape-runner ./test/test-*.js",
    "test": "parallelshell 'npm run lint' 'npm run tests-only'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/airbnb/javascript.git"
  },
  "keywords": [
    "eslint",
    "eslintconfig",
    "config",
    "airbnb",
    "javascript",
    "styleguide"
  ],
  "author": {
    "name": "Jake Teton-Landis",
    "url": "https://twitter.com/@jitl"
  },
  "contributors": [
    {
      "name": "Jake Teton-Landis",
      "url": "https://twitter.com/jitl"
    },
    {
      "name": "Jordan Harband",
      "email": "ljharb@gmail.com",
      "url": "http://ljharb.codes"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/airbnb/javascript/issues"
  },
  "homepage": "https://github.com/airbnb/javascript",
  "devDependencies": {
    "babel-tape-runner": "1.2.0",
    "eslint": "^1.10.3",
    "eslint-plugin-react": "^3.16.1",
    "react": "^0.14.7",
    "tape": "^4.4.0",
    "parallelshell": "^2.0.0"
  },
  "peerDependencies": {
    "eslint": ">=1.0.0"
  },
  "_id": "eslint-config-airbnb@5.0.0",
  "_shasum": "16886a3a613028f62213c6330e9b42554364ec3f",
  "_from": "eslint-config-airbnb@*",
  "_npmVersion": "3.3.12",
  "_nodeVersion": "5.5.0",
  "_npmUser": {
    "name": "ljharb",
    "email": "ljharb@gmail.com"
  },
  "dist": {
    "shasum": "16886a3a613028f62213c6330e9b42554364ec3f",
    "tarball": "http://registry.npmjs.org/eslint-config-airbnb/-/eslint-config-airbnb-5.0.0.tgz"
  },
  "maintainers": [
    {
      "name": "airbnb",
      "email": "jordan.harband+npm@airbnb.com"
    },
    {
      "name": "jitl",
      "email": "just.1.jake@gmail.com"
    },
    {
      "name": "ljharb",
      "email": "ljharb@gmail.com"
    }
  ],
  "_npmOperationalInternal": {
    "host": "packages-5-east.internal.npmjs.com",
    "tmp": "tmp/eslint-config-airbnb-5.0.0.tgz_1454552979702_0.033046064199879766"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/eslint-config-airbnb/-/eslint-config-airbnb-5.0.0.tgz"
}