OLD | NEW |
(Empty) | |
| 1 { |
| 2 "name": "google-youtube", |
| 3 "description": "YouTube video playback web component.", |
| 4 "homepage": "https://googlewebcomponents.github.io/google-youtube", |
| 5 "main": "google-youtube.html", |
| 6 "version": "1.1.1", |
| 7 "authors": [ |
| 8 "Jeff Posnick <jeffy@google.com>" |
| 9 ], |
| 10 "license": "Apache-2.0", |
| 11 "ignore": [ |
| 12 "/.*", |
| 13 "/test/" |
| 14 ], |
| 15 "keywords": [ |
| 16 "google", |
| 17 "youtube", |
| 18 "polymer", |
| 19 "web-components", |
| 20 "web-component" |
| 21 ], |
| 22 "dependencies": { |
| 23 "polymer": "Polymer/polymer#^1.0.0", |
| 24 "google-apis": "GoogleWebComponents/google-apis#^1.0.0", |
| 25 "iron-localstorage": "PolymerElements/iron-localstorage#^1.0.0" |
| 26 }, |
| 27 "devDependencies": { |
| 28 "web-component-tester": "*", |
| 29 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0" |
| 30 }, |
| 31 "_release": "1.1.1", |
| 32 "_resolution": { |
| 33 "type": "version", |
| 34 "tag": "v1.1.1", |
| 35 "commit": "8bc83a19b9b48335e408a59230a47eadce60a15e" |
| 36 }, |
| 37 "_source": "git://github.com/GoogleWebComponents/google-youtube.git", |
| 38 "_target": "^1.1.0", |
| 39 "_originalSource": "GoogleWebComponents/google-youtube" |
| 40 } |
OLD | NEW |