{
  "name": "uri-beacon-uri-encoding",
  "version": "1.1.5",
  "description": "Encode and decode UriBeacon URIs",
  "main": "index.js",
  "author": "Patrick Gaubatz <patrick@gaubatz.at>",
  "repository": "pgaubatz/node-uri-beacon-uri-encoding",
  "license": "MIT",
  "keywords": [
    "uribeacon",
    "bluetooth",
    "bluetooth low energy",
    "ble",
    "physical web"
  ],
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "test": "mocha -R spec test/",
    "cover": "istanbul cover ./node_modules/mocha/bin/_mocha --report html -- -R spec"
  },
  "devDependencies": {
    "chai": "^2.3.0",
    "mocha": "^2.2.4"
  },
  "dependencies": {
    "node-uuid": "^1.4.3"
  }
}
