OLD | NEW |
(Empty) | |
| 1 { |
| 2 "name": "google-castable-video", |
| 3 "version": "1.0.1", |
| 4 "authors": [ |
| 5 "Thorsten Schaeff <thorsten.schaeff@gmail.com>" |
| 6 ], |
| 7 "description": "HTML5 Video Element with extended Chromecast functionality.", |
| 8 "keywords": [ |
| 9 "video", |
| 10 "chromecast", |
| 11 "polymer", |
| 12 "web-components" |
| 13 ], |
| 14 "main": "google-castable-video.html", |
| 15 "license": "Apache-2", |
| 16 "homepage": "https://github.com/GoogleWebComponents/google-castable-video", |
| 17 "ignore": [ |
| 18 "/.*", |
| 19 "/test/" |
| 20 ], |
| 21 "dependencies": { |
| 22 "polymer": "Polymer/polymer#^1.0.0" |
| 23 }, |
| 24 "devDependencies": { |
| 25 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0" |
| 26 }, |
| 27 "_release": "1.0.1", |
| 28 "_resolution": { |
| 29 "type": "version", |
| 30 "tag": "v1.0.1", |
| 31 "commit": "c2a1b5e40c9fdd626da835e548600c139185133d" |
| 32 }, |
| 33 "_source": "git://github.com/GoogleWebComponents/google-castable-video.git", |
| 34 "_target": "^1.0.0", |
| 35 "_originalSource": "GoogleWebComponents/google-castable-video" |
| 36 } |
OLD | NEW |