UNPKG

nativescript-security

Version:
54 lines (53 loc) 1.65 kB
{ "name": "nativescript-security", "version": "1.0.0", "description": "Security NativeScript plugin.", "main": "security.js", "typings": "index.d.ts", "nativescript": { "platforms": { "android": "2.4.0", "ios": "2.4.0" } }, "scripts": { "build": "tsc", "demo.ios": "npm run preparedemo && cd demo && tns emulate ios", "demo.ios.device": "npm run preparedemo && cd demo && tns run ios", "demo.android": "npm run preparedemo && cd demo && tns run android", "test.ios": "cd demo && tns test ios --emulator", "test.ios.device": "cd demo && tns test ios", "test.android": "cd demo && tns test android", "preparedemo": "npm run build && cd demo && tns plugin remove nativescript-security && tns plugin add .. && tns install", "setup": "npm i && cd demo && npm i && cd .. && npm run build && cd demo && tns plugin add .. && cd ..", "postclone": "npm i && node scripts/postclone.js" }, "repository": { "type": "git", "url": "https://github.com/NMA-SPMS/nativescript-security.git" }, "keywords": [ "NativeScript", "Security", "Fingerprint", "iOS", "ecosystem:nativescript" ], "author": { "name": "NMA-SPMS", "email": "nma@spms.min-saude.pt" }, "bugs": { "url": "https://github.com/NMA-SPMS/nativescript-security/issues" }, "license": "MIT", "homepage": "https://github.com/NMA-SPMS/nativescript-security", "readmeFilename": "README.md", "devDependencies": { "tns-core-modules": "^2.4.0", "tns-platform-declarations": "^2.4.0", "typescript": "^2.0.10", "prompt": "^1.0.0", "rimraf": "^2.5.0" } }