OLD | NEW |
(Empty) | |
| 1 { |
| 2 "name": "gold-elements", |
| 3 "version": "1.0.1", |
| 4 "homepage": "https://github.com/PolymerElements/gold-elements", |
| 5 "authors": [ |
| 6 "The Polymer Authors" |
| 7 ], |
| 8 "description": "The gold elements are built for e-commerce use-cases like chec
kout flows.", |
| 9 "main": "gold-elements.html", |
| 10 "keywords": [ |
| 11 "web-components", |
| 12 "polymer", |
| 13 "google", |
| 14 "ecommerce", |
| 15 "checkout" |
| 16 ], |
| 17 "license": "http://polymer.github.io/LICENSE.txt", |
| 18 "ignore": [ |
| 19 "**/.*", |
| 20 "node_modules", |
| 21 "bower_components", |
| 22 "test", |
| 23 "tests" |
| 24 ], |
| 25 "dependencies": { |
| 26 "gold-cc-cvc-input": "PolymerElements/gold-cc-cvc-input#^1.0.0", |
| 27 "gold-cc-expiration-input": "PolymerElements/gold-cc-expiration-input#^1.0.0
", |
| 28 "gold-cc-input": "PolymerElements/gold-cc-input#^1.0.0", |
| 29 "gold-email-input": "PolymerElements/gold-email-input#^1.0.0", |
| 30 "gold-phone-input": "PolymerElements/gold-phone-input#^1.0.0", |
| 31 "gold-zip-input": "PolymerElements/gold-zip-input#^1.0.0" |
| 32 } |
| 33 } |
OLD | NEW |