{
  "name": "d3tooltip",
  "version": "1.2.2",
  "description": "A highly configurable tooltip for d3",
  "main": "lib/index.js",
  "scripts": {
    "clean": "rimraf lib dist",
    "build": "babel src --out-dir lib",
    "build:umd": "webpack --progress --config webpack.config.umd.js",
    "build:umd:min": "webpack --env.minimize --progress --config webpack.config.umd.js",
    "version": "npm run build",
    "postversion": "git push && git push --tags && npm run clean",
    "prepare": "npm run clean && npm run build",
    "prepublishOnly": "npm run clean && npm run build && npm run build:umd && npm run build:umd:min"
  },
  "files": [
    "lib",
    "dist",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/reduxjs/redux-devtools.git"
  },
  "keywords": [
    "d3",
    "tooltip"
  ],
  "author": "romseguy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/reduxjs/redux-devtools/issues"
  },
  "homepage": "https://github.com/reduxjs/redux-devtools",
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/preset-env": "^7.3.1",
    "babel-loader": "^8.0.5",
    "rimraf": "^2.3.4",
    "webpack": "^4.27.1",
    "webpack-cli": "^3.2.0"
  },
  "dependencies": {
    "ramda": "^0.17.1"
  }
}