{
  "name": "archr",
  "version": "2.1.0",
  "author": "Gavin Lloyd <gavinhungry@gmail.com>",
  "description": "Search for and download Arch Linux packages",
  "license": "MIT",

  "homepage": "https://github.com/gavinhungry/archr",
  "repository": {
    "type": "git",
    "url": "git://github.com/gavinhungry/archr.git"
  },

  "keywords": [
    "linux",
    "archlinux"
  ],

  "main": "lib/archr.js",

  "bin": {
    "archr": "bin/archr"
  },

  "dependencies": {
    "async": "2.6.x",
    "colors": "1.3.x",
    "commander": "2.19.x",
    "download": "7.1.x",
    "request": "2.88.x",
    "sprintf": "0.1.x"
  }
}
