UNPKG

nativescript-exoplayer

Version:

A NativeScript plugin that uses the ExoPlayer video player on Android to play local and remote videos.

96 lines (95 loc) 2.35 kB
{ "name": "nativescript-exoplayer", "version": "4.0.2", "main": "videoplayer", "typings": "videoplayer.d.ts", "description": "A NativeScript plugin that uses the ExoPlayer video player on Android to play local and remote videos.", "nativescript": { "platforms": { "android": "3.0.0", "ios": "3.0.0" }, "plugin": { "nan": "true", "pan": "true", "core3": "true", "category": "Interface" } }, "repository": { "type": "git", "url": "git+https://github.com/nathanaela/nativescript-exoplayer.git" }, "keywords": [ "NativeScript", "Android", "iOS", "TypeScript", "video", "video player", "movie", "exoplayer", "subtitles" ], "contributors": [ { "name": "Nathanael Anderson", "email": "nathan@master-technology", "url": "https://github.com/nathanaela" }, { "name": "Brad Martin", "email": "bradmartin0905@gmail.com", "url": "https://github.com/bradmartin" }, { "name": "Alexander Ziskind", "email": "alex@nuvious.com", "url": "https://github.com/alexziskind1" }, { "name": "Blake Nussey", "email": "blake@stageme.com", "url": "https://github.com/bnussey" }, { "name": "Juan Manuel Campos Olvera", "email": "juan4106@hotmail.com", "url": "https://github.com/juanmcampos" }, { "name": "Ivo Georgiev", "email": "ivo@strem.io", "url": "https://github.com/Ivshti" }, { "name": "Alexander Semenov", "email": "asemenovboyarka@gmail.com", "url": "https://github.com/SemenovAlexander" }, { "name": "Nathan Walker", "email": "walkerrunpdx@gmail.com", "url": "https://github.com/NathanWalker" } ], "author": { "name": "Nathanael Anderson", "email": "nathan@master-technology", "url": "https://github.com/nathanaela" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/nathanaela/nativescript-exoplayer/issues" }, "homepage": "https://github.com/nathanaela/nativescript-exoplayer", "readmeFilename": "README.md", "scripts": { "tsc": "tsc", "prepack": "tsc", "setup": "cd ../demo && npm i" }, "devDependencies": { "typescript": "file:../demo/node_modules/typescript" } }