We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f0f1f7 + 280a6ed commit 92a9850Copy full SHA for 92a9850
bower.json
@@ -0,0 +1,26 @@
1
+{
2
+ "name": "plotly.js",
3
+ "description": "The open source javascript graphing library that powers plotly",
4
+ "main": "./dist/plotly.min.js",
5
+ "authors": [
6
+ "Plotly, Inc."
7
+ ],
8
+ "license": "MIT",
9
+ "keywords": [
10
+ "graphing",
11
+ "plotting",
12
+ "data",
13
+ "visualization",
14
+ "plotly"
15
16
+ "homepage": "https://plot.ly",
17
+ "ignore": [
18
+ "**/.*",
19
+ "bower_components",
20
+ "build",
21
+ "devtools",
22
+ "node_modules",
23
+ "tasks",
24
+ "test"
25
+ ]
26
+}
0 commit comments