{
  "name": "quux",
  "version": "1.0.2",
  "description": "A quux module.",
  "main": "index.js",
  "scripts": {
    "lint": "jshint ./*.js",
    "test": "npm run lint && tape ./test.js | faucet"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ciceropablo/quux.git"
  },
  "keywords": [
    "foo",
    "bar",
    "baz",
    "qux",
    "quux",
    "foobar"
  ],
  "author": {
    "name": "Cícero Pablo",
    "email": "cicero.pablos@gmail.com",
    "url": "ciceropablo.github.io"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ciceropablo/quux/issues"
  },
  "homepage": "https://github.com/ciceropablo/quux#readme",
  "devDependencies": {
    "faucet": "0.0.1",
    "jshint": "^2.8.0",
    "tape": "^4.2.0"
  }
}
