{
  "name": "ip-map-react",
  "version": "1.0.1",
  "description": "Display IP location map",
  "main": "index.js",
  "homepage": "http://funkyremi.github.io/ip-map-react",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "storybook": "start-storybook -p 6006",
    "deploy": "storybook-to-ghpages",
    "build-storybook": "build-storybook"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/funkyremi/ip-map-react.git"
  },
  "keywords": [
    "ip",
    "map",
    "location",
    "react"
  ],
  "author": "Rémi Testa",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/funkyremi/ip-map-react/issues"
  },
  "dependencies": {
    "lodash": "^4.17.11",
    "node-fetch": "^2.3.0",
    "react": "^16.8.6",
    "react-tooltip": "^3.10.0"
  },
  "devDependencies": {
    "@babel/core": "^7.4.3",
    "@storybook/addon-actions": "^5.0.6",
    "@storybook/addon-links": "^5.0.6",
    "@storybook/addons": "^5.0.6",
    "@storybook/react": "^5.0.6",
    "@storybook/storybook-deployer": "^2.8.1",
    "babel-loader": "^8.0.5"
  }
}
