UNPKG

@awarns/wifi

Version:

AwarNS Framework package that allows to scan for nearby Wi-Fi access points

52 lines (51 loc) 1.15 kB
{ "name": "@awarns/wifi", "version": "1.0.0", "description": "AwarNS Framework package that allows to scan for nearby Wi-Fi access points ", "main": "index", "typings": "index.d.ts", "nativescript": { "platforms": { "ios": "6.0.0", "android": "6.0.0" } }, "repository": { "type": "git", "url": "http://github.com/GeoTecINIT/awarns-framework.git" }, "keywords": [ "NativeScript", "JavaScript", "TypeScript", "Android", "Context Awareness", "Awareness", "AwarNS", "Indoor", "Fingerprinting", "Wi-Fi" ], "authors": [ { "name": "Alberto González Pérez", "email": "algonzal@uji.es" }, { "name": "Miguel Matey Sanz", "email": "matey@uji.es" } ], "bugs": { "url": "http://github.com/GeoTecINIT/awarns-framework/issues" }, "license": "Apache-2.0", "homepage": "http://github.com/GeoTecINIT/awarns-framework", "readmeFilename": "README.md", "bootstrapper": "@nativescript/plugin-seed", "dependencies": { "@awarns/core": "^1.0.0", "nativescript-context-apis": "^4.1.0", "rxjs": "^7.5.5" } }