{
  "name": "@awarns/ble",
  "version": "1.0.0",
  "description": "AwarNS Framework package that allows to scan for nearby BLE devices",
  "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",
    "AwarNS",
    "Indoor",
    "Fingerprinting",
    "BLE",
    "iBeacon"
  ],
  "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"
  }
}
