{
  "name": "bluetooth",
  "version": "3.0.0",
  "description": "Get or set Bluetooth state.",
  "license": "MIT",
  "repository": "gillstrom/bluetooth",
  "author": {
    "name": "Andreas Gillström",
    "email": "andreasgillstrom@gmail.com",
    "url": "github.com/gillstrom"
  },
  "bin": "cli.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "files": [
    "index.js",
    "cli.js"
  ],
  "keywords": [
    "bluetooth",
    "bt",
    "cli-app",
    "cli",
    "mac",
    "osx",
    "os x"
  ],
  "dependencies": {
    "log-symbols": "^1.0.2",
    "meow": "^3.3.0",
    "osx-bluetooth": "^3.0.0"
  },
  "devDependencies": {
    "ava": "*",
    "xo": "*"
  },
  "xo": {
    "ignores": [
      "test.js"
    ]
  }
}
