{
  "name": "plotly-plot",
  "authors": [
    "Misha Wolfson <misha@ginkgobioworks.com>"
  ],
  "description": "A Polymer element providing an interface to the plotly.js library",
  "keywords": [
    "web-component",
    "polymer",
    "plotly",
    "plotly.js",
    "chart",
    "plot",
    "graph",
    "graphing",
    "plotting"
  ],
  "main": "plotly-plot.html",
  "repository": {
    "type": "git",
    "url": "git://github.com/ginkgobioworks/plotly-plot.git"
  },
  "license": "http://polymer.github.io/LICENSE.txt",
  "homepage": "https://ginkgobioworks.github.io/plotly-plot/",
  "ignore": [
    "/.*",
    "/test/"
  ],
  "dependencies": {
    "polymer": "Polymer/polymer#^1.6.0",
    "plotly.js": "^1.24.0",
    "iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#^1.0.5"
  },
  "devDependencies": {
    "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
    "web-component-tester": "^4.0.0"
  }
}
