OLD | NEW |
(Empty) | |
| 1 { |
| 2 "name": "google-signin", |
| 3 "version": "1.0.2", |
| 4 "description": "Web components to authenticate with Google services", |
| 5 "homepage": "https://googlewebcomponents.github.io/google-signin", |
| 6 "main": "google-signin.html", |
| 7 "authors": [ |
| 8 "Addy Osmani", |
| 9 "Randy Merrill" |
| 10 ], |
| 11 "license": "Apache-2", |
| 12 "ignore": [ |
| 13 "/.*", |
| 14 "/test/" |
| 15 ], |
| 16 "keywords": [ |
| 17 "web-component", |
| 18 "web-components", |
| 19 "polymer", |
| 20 "sign-in", |
| 21 "google", |
| 22 "authentication" |
| 23 ], |
| 24 "dependencies": { |
| 25 "polymer": "Polymer/polymer#^1.0.0", |
| 26 "font-roboto": "PolymerElements/font-roboto#master", |
| 27 "iron-icon": "PolymerElements/iron-icon#^1.0.0", |
| 28 "iron-icons": "PolymerElements/iron-icons#^1.0.0", |
| 29 "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0", |
| 30 "paper-ripple": "PolymerElements/paper-ripple#^1.0.0", |
| 31 "paper-material": "PolymerElements/paper-material#^1.0.0", |
| 32 "google-apis": "GoogleWebComponents/google-apis#^1.0.0" |
| 33 }, |
| 34 "devDependencies": { |
| 35 "iron-component-page": "PolymerElements/iron-component-page#^1.0.2" |
| 36 }, |
| 37 "_release": "1.0.2", |
| 38 "_resolution": { |
| 39 "type": "version", |
| 40 "tag": "v1.0.2", |
| 41 "commit": "2a5a20adf4b6f16afaf44812d20b34236154b6a6" |
| 42 }, |
| 43 "_source": "git://github.com/GoogleWebComponents/google-signin.git", |
| 44 "_target": "^1.0.0", |
| 45 "_originalSource": "GoogleWebComponents/google-signin" |
| 46 } |
OLD | NEW |