Skip to content

Commit 712f735

Browse files
committed
chore(bower): include meta info
1 parent f145edf commit 712f735

File tree

1 file changed

+26
-5
lines changed

1 file changed

+26
-5
lines changed

bower.json

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
"description": "Payment request API implementation in Polymer",
44
"version": "0.2.0",
55
"main": [
6-
"payment-request-all.html"
6+
"paper-request.html",
7+
"paper-item.html",
8+
"paper-method.html",
9+
"paper-shipping-option.html"
710
],
8-
"repository" :{
9-
"type" : "git",
10-
"url" : "https://github.com/jorgecasar/payment-request.git"
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/jorgecasar/payment-request.git"
1114
},
1215
"dependencies": {
1316
"polymer": "Polymer/polymer#^1.4.0"
@@ -25,5 +28,23 @@
2528
"paper-toolbar": "^1.1.7",
2629
"iron-flex-layout": "^1.3.1",
2730
"paper-toast": "PolymerElements/paper-toast#^1.3.0"
28-
}
31+
},
32+
"homepage": "https://github.com/jorgecasar/payment-request",
33+
"authors": [
34+
"Jorge del Casar <jorge.casar@gmail.com>"
35+
],
36+
"keywords": [
37+
"webcomponents",
38+
"polymer",
39+
"payment-request",
40+
"payments"
41+
],
42+
"license": "MIT",
43+
"ignore": [
44+
"**/.*",
45+
"node_modules",
46+
"bower_components",
47+
"test",
48+
"tests"
49+
]
2950
}

0 commit comments

Comments
 (0)