{
  "author": {
    "name": "thethingbox-team",
    "email": "thethingbox@gmail.com"
  },
  "name": "thethingbox-noble",
  "description": "A node.js BLE (Bluetooth low energy) central library.",
  "version": "0.0.1",
  "keywords": [
    "bluetooth",
    "BLE",
    "bluetooth low energy",
    "bluetooth smart",
    "central",
	 "thethingbox"
  ],
  "main": "./index.js",
  "engines": {
    "node": ">=0.8"
  },
  "os": [
    "darwin",
    "linux"
  ],
  "dependencies": {
    "debug": "~0.7.2"
  },
  "devDependencies": {
    "jshint": "latest",
    "mocha": "~1.8.2",
    "should": "~1.2.2",
    "sinon": "~1.6.0",
    "async": "~0.2.9"
  },
  "scripts": {
    "install": "node install.js",
    "pretest": "jshint *.js lib/. test/.",
    "test": "mocha -R spec test/*.js"
  }
}
