forked from trading-peter/chart-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
31 lines (31 loc) · 784 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
{
"name": "chart-elements",
"version": "4.0.0",
"authors": [
"Rob Dodson",
"Diogo Moura",
"Peter Kaske"
],
"description": "A custom element implementation of the Chart.js library",
"keywords": [
"web-component",
"polymer",
"seed"
],
"main": "chart-elements.html",
"license": "MIT",
"homepage": "https://robdodson.github.io/chart-elements",
"ignore": [
"/.*",
"/test/"
],
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0",
"iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#~2.0.0",
"chart.js": "chartjs/Chart.js#^2.7.1"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^2.0.0",
"web-component-tester": "Polymer/web-component-tester#^6.0.0"
}
}