-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
38 lines (38 loc) · 942 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "plotly-plot",
"authors": [
"Misha Wolfson <[email protected]>"
],
"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"
}
}