{
  "name": "npm-up",
  "version": "2.7.0",
  "description": "Check the latest versions of dependencies on npm gracefully, and do whatever you want.",
  "main": "./dist/npm-up.js",
  "bin": {
    "npm-up": "./bin/bin.js"
  },
  "nofile": {
    "preRequire": [
      "coffee-script/register"
    ]
  },
  "preferGlobal": true,
  "scripts": {
    "prepublish": "no build -a",
    "test": "node ci.js",
    "build": "no build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dracupid/npm-up.git"
  },
  "keywords": [
    "dependency",
    "install",
    "latest",
    "npm",
    "update",
    "version"
  ],
  "files": [
    "bin",
    "dist"
  ],
  "author": "Dracupid <dracupid@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dracupid/npm-up/issues"
  },
  "homepage": "https://github.com/dracupid/npm-up",
  "dependencies": {
    "chalk": "latest",
    "cli-spinner": "^0.2.10",
    "commander": "^2.19.0",
    "global-npm": "latest",
    "kiss-request": "^1.0.0",
    "nofs": "0.12.2",
    "semver": "latest",
    "underscore": "^1.12.1"
  },
  "devDependencies": {
    "coffeelint": "2.1.0",
    "coffee-script": "latest",
    "dracupid-no": "https://github.com/dracupid/dracupid-no.git",
    "nokit": "0.27.12"
  },
  "engines": {
    "node": ">=0.10.0"
  }
}
