UNPKG

nativescript-telephony

Version:

A Nativescript plugin to get the device's SIM data (carrier name, mcc mnc, country code, telephonenumber, etc)

59 lines (57 loc) 1.53 kB
{ "name": "nativescript-telephony", "version": "1.0.4", "description": "A Nativescript plugin to get the device's SIM data (carrier name, mcc mnc, country code, telephonenumber, etc)", "main": "telephony", "typings": "index.d.ts", "nativescript": { "platforms": { "android": "2.0.0", "ios": "2.0.1" } }, "repository": { "type": "git", "url": "https://github.com/roblav96/nativescript-telephony.git" }, "keywords": [ "NativeScript", "telephony", "nativescript", "telephony", "sim", "uicc", "carrier", "mcc", "mnc", "telephonenumber", "imei", "ecosystem:nativescript", "nativescript-android", "nativescript-ios" ], "author": { "name": "Rob Laverty", "email": "roblav96@gmx.com" }, "license": { "type": "MIT", "url": "https://github.com/roblav96/nativescript-telephony/blob/master/LICENSE" }, "bugs": { "url": "https://github.com/roblav96/nativescript-telephony/issues" }, "homepage": "https://github.com/roblav96/nativescript-telephony", "readmeFilename": "README.md", "scripts": { "build": "tsc", "demo.ios": "npm run preparedemo && cd demo && tns emulate ios", "demo.android": "npm run preparedemo && cd demo && tns run android", "preparedemo": "npm run build && cd demo && tns plugin remove nativescript-telephony && tns plugin add .. && tns install", "setup": "cd demo && npm install && cd .. && npm run build && cd demo && tns plugin add .. && cd .." }, "devDependencies": { "tns-platform-declarations": "^2.0.0", "typescript": "~2.1.0" } }