{
  "name": "react-alt-text",
  "version": "2.0.0",
  "description": "React.js Component for displaying alternate text when the [alt] key is pressed",
  "main": "lib/AltText.js",
  "author": "Jed Watson",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/JedWatson/react-alt-text.git"
  },
  "dependencies": {
    "blacklist": "^1.1.2",
    "vkey": "^1.0.0"
  },
  "devDependencies": {
    "eslint": "^2.7.0",
    "eslint-config-keystone": "^2.1.0",
    "eslint-plugin-react": "^4.3.0"
  },
  "peerDependencies": {
    "react": "^0.14.0 || ^15.0.0"
  },
  "scripts": {
    "test": "echo \"no tests yet\" && exit 0",
    "lint": "eslint ./; true"
  },
  "keywords": [
    "react",
    "react-component",
    "alt",
    "text",
    "keypress"
  ]
}
