File tree Expand file tree Collapse file tree 1 file changed +26
-5
lines changed
Expand file tree Collapse file tree 1 file changed +26
-5
lines changed Original file line number Diff line number Diff line change 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"
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}
You can’t perform that action at this time.
0 commit comments