nativescript-zeroconf
Version:
Zeroconf/Bonjour implementation for NativeScript
79 lines (78 loc) • 3.18 kB
JSON
{
"name": "nativescript-zeroconf",
"version": "1.0.4",
"description": "Zeroconf/Bonjour implementation for NativeScript",
"main": "zeroconf",
"repository": {
"type": "git",
"url": "git+https://github.com/abhayastudios/nativescript-zeroconf.git"
},
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "3.0.0",
"ios": "3.0.0"
},
"plugin": {
"nan": "true",
"pan": "true",
"core3": "true",
"webpack": "true",
"wrapper": "false",
"category": "Processing"
},
"demong": "/demo-angular"
},
"scripts": {
"tsc": "tsc -skipLibCheck",
"build": "npm i && tsc",
"postclone": "npm i && node scripts/postclone.js && cd ../demo-angular && npm i && cd ../src && npm run plugin.link",
"test.android": "npm i && npm run tsc && npm run tslint && cd ../demo-angular && tns build android && tns test android --justlaunch",
"test.ios": "npm i && npm run tsc && npm run tslint && cd ../demo-angular && tns build ios && tns test ios --justlaunch",
"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"",
"plugin.link": "npm link && cd ../demo-angular && npm link nativescript-zeroconf && cd ../src",
"plugin.tscwatch": "npm run tsc -- -w",
"demo.ios": "npm i && npm run tsc && cd ../demo-angular && tns run ios --syncAllFiles",
"demo.ios.debug": "npm i && npm run tsc && cd ../demo-angular && tns debug ios --syncAllFiles --inspector",
"demo.android": "npm i && npm run tsc && cd ../demo-angular && tns run android --syncAllFiles",
"demo.android.debug": "npm i && npm run tsc && cd ../demo-angular && tns debug android --syncAllFiles",
"demo.reset": "cd ../demo-angular && rimraf platforms",
"plugin.prepare": "npm run tsc && cd ../demo-angular && tns plugin remove nativescript-zeroconf && tns plugin add ../src",
"clean": "cd ../demo-angular && rimraf hooks node_modules platforms && cd ../src && rimraf node_modules && npm run plugin.link",
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'"
},
"keywords": [
"NativeScript",
"JavaScript",
"Android",
"iOS",
"Zeroconf",
"Zero-conf",
"Zero Conf",
"Bonjour",
"mDNS",
"Ahavi"
],
"author": {
"name": "Jonathan Salomon",
"email": "mail2joni@gmail.com"
},
"bugs": {
"url": "https://github.com/abhayastudios/nativescript-zeroconf/issues"
},
"license": "MIT",
"homepage": "https://github.com/abhayastudios/nativescript-zeroconf",
"readmeFilename": "README.md",
"devDependencies": {
"tns-core-modules": "^3.1.0",
"tns-platform-declarations": "^3.1.0",
"typescript": "~2.3.0",
"prompt": "^1.0.0",
"rimraf": "^2.5.0",
"tslint": "^5.0.0"
},
"dependencies": {
"async": "^2.6.0"
},
"bootstrapper": "nativescript-plugin-seed"
}