{
  "name": "stylelint-config-airbnb",
  "version": "0.0.0",
  "description": "Airbnb's stylelint config, following our styleguide",
  "main": "index.js",
  "scripts": {
    "prelint": "editorconfig-tools check . test/",
    "lint": "eslint .",
    "pretest": "npm run --silent lint",
    "test": "npm run --silent tests-only",
    "tests-only": "ava ./test/test-*.js",
    "travis": "npm run --silent test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/airbnb/css.git"
  },
  "keywords": [
    "airbnb",
    "css",
    "lint",
    "stylelint",
    "stylelint-config",
    "stylelint-config-airbnb"
  ],
  "author": {
    "name": "Stephen Edgar",
    "url": "https://twitter.com/netweb"
  },
  "contributors": [
    {
      "name": "Christopher Voigt",
      "url": "https://twitter.com/chlorophyllkid"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/airbnb/css/issues"
  },
  "homepage": "https://github.com/airbnb/css#readme",
  "devDependencies": {
    "eslint": "^3.0.1",
    "eslint-config-airbnb-base": "^4.0.0",
    "eslint-plugin-import": "^1.10.2",
    "stylelint": "8.2.0",
    "stylelint-order": "^0.7.0",
    "stylelint-scss": "^1.2.1"
  },
  "peerDependencies": {
    "stylelint": "^8.0.0",
    "stylelint-order": "^0.7.0",
    "stylelint-scss": "^1.2.1"
  },
  "dependencies": {
    "ava": "0.23.0",
    "editorconfig-tools": "^0.1.1"
  }
}
