nativescript-jailbreak-detector
Version:
This plugin checks for root in android devices as well as for jailbreak in IOS devices
62 lines (61 loc) • 2.12 kB
JSON
{
"name": "nativescript-jailbreak-detector",
"version": "1.0.1",
"description": "This plugin checks for root in android devices as well as for jailbreak in IOS devices",
"main": "jailbreak-detector",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "5.4.0",
"ios": "5.4.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/Shivang-SAI/nativescript-jailbreak-detector.git"
},
"scripts": {
"tsc": "npm i && tsc",
"build": "npm run tsc && npm run build.native",
"build.native": "node scripts/build-native.js",
"postclone": "npm i && cd ../demo-angular && npm i",
"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"",
"plugin.tscwatch": "npm run tsc -- -w",
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**'",
"prepack": "npm run build.native",
"demo.ios": "npm run tsc && cd ../demo-angular && tns run ios --emulator",
"demo.android": "npm run tsc && cd ../demo-angular && tns run android --bundle",
"demo.reset": "cd ../demo-angular && npx rimraf -- hooks node_modules platforms package-lock.json",
"plugin.prepare": "npm run build && cd ../demo-angular && tns plugin remove nativescript-jailbreak-detector && tns plugin add ../src",
"clean": "npm run demo.reset && npx rimraf -- node_modules package-lock.json && npm i"
},
"keywords": [
"NativeScript",
"JavaScript",
"Android",
"iOS",
"Root",
"Jailbreak"
],
"author": {
"name": "Shivang Sehgal",
"email": "shivang.sehgal@sai.gmbh"
},
"bugs": {
"url": "https://github.com/Shivang-SAI/nativescript-jailbreak-detector/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/Shivang-SAI/nativescript-jailbreak-detector",
"readmeFilename": "README.md",
"devDependencies": {
"tns-core-modules": "^5.0.0",
"tns-platform-declarations": "^5.0.0",
"typescript": "~3.3.3",
"prompt": "^1.0.0",
"rimraf": "^2.6.3",
"tslint": "^5.12.1",
"semver": "^5.6.0"
},
"dependencies": {},
"bootstrapper": "nativescript-plugin-seed"
}