{
  "name": "update-notifier",
  "version": "0.1.6",
  "description": "Update notifier for your package",
  "keywords": [
    "npm",
    "update",
    "notify",
    "check"
  ],
  "homepage": "https://github.com/yeoman/update-notifier",
  "bugs": "https://github.com/yeoman/update-notifier/issues",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "main": "lib/update-notifier.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/yeoman/update-notifier.git"
  },
  "scripts": {
    "test": "mocha --timeout 20000"
  },
  "dependencies": {
    "request": "~2.22.0",
    "configstore": "~0.1.0",
    "semver": "~2.0.0",
    "chalk": "~0.1.0"
  },
  "devDependencies": {
    "mocha": "~1.12.0"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "licenses": [
    {
      "type": "BSD"
    }
  ]
}
