-
Notifications
You must be signed in to change notification settings - Fork 6
/
bower.json
40 lines (40 loc) · 1.26 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
40
{
"name": "polymer-gold-elements-demo",
"version": "1.0.0",
"homepage": "https://github.com/notwaldorf/polymer-gold-elements-demo",
"authors": [
"Monica Dinculescu <[email protected]>"
],
"description": "A checkout form using gold elements",
"main": "index.html",
"keywords": [
"web-components",
"polymer",
"google",
"ecommerce",
"checkout"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"gold-cc-cvc-input": "PolymerElements/gold-cc-cvc-input#^1.0.0",
"gold-cc-expiration-input": "PolymerElements/gold-cc-expiration-input#^1.0.0",
"gold-cc-input": "PolymerElements/gold-cc-input#^1.0.0",
"gold-email-input": "PolymerElements/gold-email-input#^1.0.0",
"gold-phone-input": "PolymerElements/gold-phone-input#^1.0.0",
"gold-zip-input": "PolymerElements/gold-zip-input#^1.0.0"
},
"devDependencies": {
"polymer": "Polymer/polymer#^1.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"paper-button": "PolymerElements/paper-button#^1.0.0",
"iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
"paper-input": "PolymerElements/paper-input#^1.0.0",
"iron-form": "PolymerElements/iron-form#^1.0.0"
}
}