{
  "name": "eslint-config-resmio",
  "version": "0.0.6",
  "description": "resmio's ESLint config, following our styleguide",
  "main": "index.js",
  "scripts": {
    "lint": "./node_modules/.bin/eslint .",
    "test": "./node_modules/.bin/babel-tape-runner ./test/test-*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/resmio/javascript"
  },
  "keywords": [
    "eslint",
    "eslintconfig",
    "config",
    "resmio",
    "javascript",
    "styleguide"
  ],
  "author": "Jose Menor (https://twitter.com/menor)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/airbnb/javascript/issues"
  },
  "homepage": "https://github.com/resmio/javascript",
  "dependencies": {
    "resmio-style": "2.0.0",
    "babel-eslint": "4.0.10",
    "eslint": "1.1.0",
    "eslint-plugin-react": "3.2.3",
    "resolve": "1.1.6",
    "strip-json-comments": "1.0.2"
  }
}
