-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
31 lines (31 loc) · 927 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": "nodecg-scryfall",
"description": "",
"main": "index.js",
"authors": [
"Brendan Hagan (haganbmj)"
],
"license": "MIT",
"homepage": "https://github.com/nodecg/nodecg",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"iron-flex-layout": "^2.0.1",
"vaadin-material-theme": "vaadin/vaadin-material-theme#master",
"nodecg-vaadin-checkbox": "StreamsGood/nodecg-vaadin-checkbox#^1.0.0",
"nodecg-vaadin-text-field": "StreamsGood/nodecg-vaadin-text-field#^1.0.0",
"iron-ajax": "PolymerElements/iron-ajax#^2.0.6",
"vaadin-combo-box": "vaadin/vaadin-combo-box#^3.0.2",
"iron-icons": "^2.0.1",
"iron-form": "PolymerElements/iron-form#^2.0.1",
"vaadin-button": "vaadin/vaadin-button#^1.0.5",
"webcomponentsjs": "^1.1.0",
"mtg-mana-cost": "StreamsGood/mtg-mana-cost",
"axios": "^0.18.0"
}
}