Revision 9315a6eca4a32dbb21739f5c204a5ba75545139b authored by Antoine Roy-Gobeil on 07 January 2021, 17:18:43 UTC, committed by Antoine Roy-Gobeil on 07 January 2021, 17:40:56 UTC
1 parent 3a501ef
Raw File
bower.json
{
  "name": "plotly.js",
  "description": "The open source javascript graphing library that powers plotly",
  "main": "./dist/plotly.js",
  "authors": [
    "Plotly, Inc."
  ],
  "license": "MIT",
  "keywords": [
    "graphing",
    "plotting",
    "data",
    "visualization",
    "plotly"
  ],
  "homepage": "https://plotly.com/",
  "ignore": [
    "**/.*",
    "bower_components",
    "build",
    "devtools",
    "node_modules",
    "tasks",
    "test"
  ]
}
back to top