UNPKG

nativescript-cast

Version:

NativeScript Chromecast Plugin.

67 lines (66 loc) 2.71 kB
{ "name": "nativescript-cast", "version": "0.3.0", "description": "NativeScript Chromecast Plugin.", "main": "cast", "typings": "cast.d.ts", "nativescript": { "platforms": { "android": "6.5.0", "ios": "6.5.0" } }, "scripts": { "tsc": "tsc", "build": "npm run tsc && npm run build.native", "build.native": "node scripts/build-native.js", "postclone": "npm i && node scripts/postclone.js && cd ../demo && npm i && npx rimraf -- package-lock.json && cd ../src", "test.android": "npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch", "test.ios": "npm run tsc && npm run tslint && cd ../demo && tns build ios && tns test ios --justlaunch", "tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"", "plugin.tscwatch": "npm run tsc -- -w", "demo.android": "npm run tsc && cd ../demo && tns run android --no-hmr", "demo.ios": "npm run tsc && cd ../demo && tns run ios", "demo.reset": "cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json", "demo-angular.android": "npm run tsc && cd ../demo-angular && tns run android", "demo-angular.ios": "npm run tsc && cd ../demo-angular && tns run ios", "demo-angular.reset": "cd ../demo-angular && npx rimraf -- hooks node_modules platforms package-lock.json", "plugin.prepare": "npm run build && cd ../demo && tns plugin remove nativescript-cast && tns plugin add ../src && cd ../demo-angular && tns plugin remove nativescript-cast && tns plugin add ../src", "clean": "npm run demo.reset && npm run demo-angular.reset && npx rimraf -- node_modules package-lock.json && npm i", "ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'", "prepack": "npm run build.native" }, "keywords": [ "NativeScript", "JavaScript", "Android", "iOS", "Chromecast", "Cast" ], "author": { "name": "Lochlan McBride", "email": "lochlan@gmail.com" }, "bugs": { "url": "https://github.com/lochstar/nativescript-cast/issues" }, "license": "Apache-2.0", "homepage": "https://github.com/lochstar/nativescript-cast", "readmeFilename": "README.md", "devDependencies": { "@angular/core": "~8.2.12", "@angular/compiler": "~8.2.12", "@angular/compiler-cli": "~8.2.12", "nativescript-angular": "~8.2.2", "tns-core-modules": "6.5.4", "tns-platform-declarations": "6.5.4", "typescript": "~3.4.5", "lodash": "^4.17.15", "prompt": "^1.0.0", "rimraf": "^2.6.2", "tslint": "^5.20.0", "semver": "^5.6.0" }, "bootstrapper": "nativescript-plugin-seed" }