{
  "name": "noble-device",
  "version": "1.4.1",
  "description": "A Node.js lib to abstract BLE (Bluetooth Low Energy) peripherals, uses noble",
  "main": "index.js",
  "scripts": {
    "pretest": "jshint *.js lib/. examples/.",
    "test": "mocha -R spec test/."
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sandeepmistry/noble-device.git"
  },
  "keywords": [
    "noble",
    "BLE",
    "Bluetooth Low Energy",
    "Bluetooth Smart",
    "Bluetooth 4.0"
  ],
  "author": "Sandeep Mistry <sandeep.mistry@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sandeepmistry/noble-device/issues"
  },
  "homepage": "https://github.com/sandeepmistry/noble-device",
  "devDependencies": {
    "jshint": "~2.4.4",
    "mocha": "~1.17.1",
    "should": "~3.1.3",
    "async": "~0.7.0"
  },
  "dependencies": {
    "noble": "^1.7.0"
  }
}
