{
  "name": "react-overflow-tooltip",
  "description": "A React component that shows a tooltip only if the text is overflow",
  "version": "2.0.1",
  "author": "Kazato Sugimoto <uiureo@gmail.com>",
  "bugs": {
    "url": "https://github.com/uiureo/react-overflow-tooltip/issues"
  },
  "devDependencies": {
    "ava": "^0.5.0",
    "babel": "^5.8.21",
    "babel-core": "^5.8.34",
    "jsdom": "^7.0.2",
    "prop-types": "^15.5.8",
    "react": "^15.5.4",
    "react-dom": "^15.5.4",
    "standard": "*"
  },
  "homepage": "https://github.com/uiureo/react-overflow-tooltip",
  "keywords": [
    "browser",
    "react"
  ],
  "license": "ISC",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/uiureo/react-overflow-tooltip.git"
  },
  "scripts": {
    "test": "standard && ava",
    "build": "babel src -d lib",
    "prepublish": "npm run build"
  }
}
