{
  "name": "nativescript-dna-netservices",
  "version": "1.1.0",
  "description": "NativeScript plugin for Bonjour/ZeroConf and network monitoring. RxJS based APIs for Android and iOS.",
  "main": "index",
  "typings": "index.d.ts",
  "nativescript": {
    "platforms": {
      "android": "4.0.0",
      "ios": "4.0.0"
    },
    "tns-ios": {
      "version": "5.0.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.ios": "npm run tsc && cd ../demo && tns debug ios --syncAllFiles",
    "demo.android": "npm run tsc && cd ../demo && tns debug android --syncAllFiles",
    "demo.reset": "cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json",
    "plugin.prepare": "npm run build && cd ../demo && tns plugin remove nativescript-dna-netservices && tns plugin add ../src",
    "clean": "npm run demo.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",
    "Bonjour",
    "ZeroConf",
    "Network Monitor",
    "IP address",
    "Device IP address",
    "Cellular IP address",
    "WiFi IP address",
    "Publish",
    "Discover",
    "Browse",
    "Android",
    "iOS"
  ],
  "author": {
    "name": "Deepak Arora",
    "email": "deepak.arora76@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/DeepakArora76/nativescript-dna-netservices/issues"
  },
  "license": "Apache-2.0",
  "homepage": "https://github.com/DeepakArora76/nativescript-dna-netservices",
  "readmeFilename": "README.md",
  "devDependencies": {
    "nativescript-dev-typescript": "^0.7.6",
    "nativescript-dev-webpack": "^0.18.0",
    "prompt": "^1.0.0",
    "rimraf": "^2.6.2",
    "semver": "^5.5.0",
    "tns-core-modules": "^5.0.3",
    "tns-platform-declarations": "^4.2.0",
    "tslint": "^5.11.0",
    "typescript": "~3.1.1"
  },
  "dependencies": {
    "nativescript-permissions": "^1.2.3",
    "rxjs": "^6.3.3"
  },
  "bootstrapper": "nativescript-plugin-seed"
}
