{
  "name": "dibs-react-tooltip",
  "version": "0.6.2",
  "description": "1stdibs React tooltip component",
  "main": "index.js",
  "scripts": {
    "build": "webpack",
    "prepublish": "yarn test && yarn run build",
    "test": "mocha --compilers js:babel-core/register,css:./test/style-null-compiler"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/1stdibs/dibs-react-tooltip.git"
  },
  "keywords": [
    "tooltip",
    "react"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/1stdibs/dibs-react-tooltip/issues"
  },
  "homepage": "https://github.com/1stdibs/dibs-react-tooltip#readme",
  "devDependencies": {
    "autoprefixer": "^6.1.1",
    "babel-core": "^6.2.1",
    "babel-loader": "^6.2.0",
    "babel-plugin-transform-object-assign": "^6.5.0",
    "babel-preset-es2015": "^6.1.18",
    "babel-preset-react": "^6.1.18",
    "chai": "^3.4.1",
    "css-loader": "^0.23.0",
    "extract-text-webpack-plugin": "^1.0.1",
    "jasmine": "^2.3.2",
    "karma": "^0.13.15",
    "lodash.debounce": "^4.0.8",
    "mocha": "^2.3.4",
    "postcss-loader": "^0.8.0",
    "react": "^15.0.0",
    "react-addons-test-utils": "^15.3.2",
    "sinon": "^1.17.2",
    "webpack": "^1.12.9"
  },
  "peerDependencies": {
    "lodash.debounce": "^4.0.8",
    "react": "^15.0.0 || ^16.0.0",
    "react-dom": "^15.0.0 || ^16.0.0"
  },
  "dependencies": {
    "classnames": "^2.2.5",
    "prop-types": "^15.5.7"
  }
}
