{
  "name": "plotly-icons",
  "description": "set of plotly icons",
  "version": "1.3.12",
  "author": "Plotly Team",
  "bugs": {
    "url": "https://github.com/plotly/plotly-icons/issues"
  },
  "dependencies": {
    "mdi-react": "5.2.0",
    "prop-types": "^15.6.1"
  },
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-plugin-transform-export-extensions": "^6.8.0",
    "babel-plugin-transform-object-rest-spread": "^6.8.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.11.1",
    "fs": "0.0.1-security",
    "fs-extra": "^4.0.2",
    "glob": "^7.1.2",
    "jsdom": "^11.2.0",
    "lodash": "^4.17.4",
    "mkdirp": "^0.5.1",
    "nunjucks": "^3.0.1",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "rimraf": "^2.6.1",
    "svgo": "^0.7.2"
  },
  "homepage": "https://github.com/plotly/plotly-icons#readme",
  "keywords": [
    "Icons",
    "Plotly"
  ],
  "license": "ISC",
  "main": "lib/index.js",
  "peerDependencies": {
    "react": ">15",
    "react-dom": ">15"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/plotly/plotly-icons.git"
  },
  "scripts": {
    "clean": "rimraf lib && rimraf src/components/*.js",
    "generate": "yarn run clean && node scripts/generate.js",
    "prepublishOnly": "mkdirp lib && babel src --out-dir lib"
  }
}
