{
  "name": "tooltip",
  "version": "1.6.1",
  "description": "Tooltip manager",
  "main": "src/index.js",
  "scripts": {
    "test": "make",
    "serve": "PORT=9091 ./node_modules/.bin/live-server",
    "dev": "./node_modules/.bin/webpack-dev-server --progress --colors --port 9090 --content-base http://localhost:9091",
    "dist": "./node_modules/.bin/webpack --progress --colors --config dist.config.js",
    "dist.min": "./node_modules/.bin/webpack --progress --colors --optimize-minimize --optimize-occurence-order --optimize-dedupe --config dist.min.config.js",
    "build": "npm run dist && npm run dist.min"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/radubrehar/tooltip.git"
  },
  "keywords": [
    "tooltip"
  ],
  "author": "Radu Brehar",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/radubrehar/tooltip/issues"
  },
  "homepage": "https://github.com/radubrehar/tooltip",
  "dependencies": {
    "clone": "^1.0.2",
    "contains": "0.1.1",
    "escape-html": "^1.0.2",
    "matches-selector": "^1.0.0",
    "object-assign": "^3.0.0",
    "react-style-normalizer": "^1.2.8",
    "region-align": "^2.1.2",
    "to-style": "^1.3.3"
  },
  "devDependencies": {
    "live-server": "^0.6.3",
    "webpack": "^1.5.1",
    "webpack-dev-server": "^1.7.0"
  }
}
