{
  "name": "sake-outdated",
  "version": "0.4.4",
  "description": "Find and update outdated packages.",
  "main": "lib/sake-outdated.cjs.js",
  "module": "lib/sake-outdated.es6.js",
  "jsnext:main": "lib/sake-outdated.es6.js",
  "files": [
    "lib/",
    "src/"
  ],
  "scripts": {
    "build": "sake build",
    "prepublishOnly": "sake build",
    "pretest": "sake build",
    "test": "sake test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sakejs/sake-outdated.git"
  },
  "keywords": [],
  "author": "Hanzo, Inc. <hi@hanzo.io",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/sakejs/sake-outdated/issues"
  },
  "homepage": "https://github.com/sakejs/sake-outdated#readme",
  "dependencies": {
    "npm-check-updates-lite": "^2.14.2",
    "tmp": "0.0.33"
  },
  "devDependencies": {
    "coffeescript": "^2.3.1",
    "executive": "^1.6.3",
    "sake-bundle": "^0.6.14",
    "sake-cli": "^0.7.2",
    "sake-publish": "^0.1.17",
    "sake-test": "^0.2.1",
    "sake-version": "^0.1.19"
  }
}