{
  "name": "wifi-manager",
  "version": "0.0.18",
  "description": "A node module for querying and managing wifi networks on Archlinux",
  "repository": {
    "type": "git",
    "url": "https://github.com/bmcclure/node-wifi-manager.git"
  },
  "keywords": [
    "RaspberryPi",
    "Node",
    "Wifi"
  ],
  "author": "Ben McClure",
  "license": "Unlicense",
  "bugs": {
    "url": "https://github.com/bmcclure/node-wifi-manager/issues"
  },
  "homepage": "https://github.com/bmcclure/node-wifi-manager",
  "dependencies": {
    "underscore": "~1.8.3",
    "async": "~2.4.1",
    "systemctl": "~0.1.1"
  }
}
