-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
executable file
·39 lines (39 loc) · 1.03 KB
/
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
39
{
"name": "toast-er",
"version": "2.0.0",
"authors": [
"Mason Louchart <[email protected]>"
],
"description": "Polymer toaster with some swagg features (queue, styles, position, blinking...).",
"keywords": [
"web-component",
"web-components",
"polymer",
"seed",
"toast"
],
"main": "toast-er.html",
"license": "Apache License 2.0",
"homepage": "https://masonlouchart.github.io/toast-er/components/toast-er/",
"repository": {
"type": "git",
"url": "https://github.com/masonlouchart/toast-er.git"
},
"ignore": [
"/.*",
"/test/",
"/demo/"
],
"dependencies": {
"polymer": "Polymer/polymer#^2.3.0",
"paper-toast": "PolymerElements/paper-toast#^2.0.0",
"paper-button": "PolymerElements/paper-button#^2.0.0",
"lite-signal": "ernsheong/lite-signal#^1.0.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^3.0.0",
"web-component-tester": "^6.0.0",
"iron-demo-helpers": "^2.0.0",
"webcomponentsjs": "^1.0.20"
}
}