{
  "name": "via-package-manager",
  "description": "Via package manager",
  "version": "1.18.11",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/via-trading/vpm.git"
  },
  "bugs": {
    "url": "https://github.com/via-trading/vpm/issues"
  },
  "main": "./lib/vpm.js",
  "bin": {
    "vpm": "./bin/vpm"
  },
  "scripts": {
    "build": "node script/check-version.js && grunt",
    "prepublish": "grunt prepublish",
    "install": "node script/postinstall.js",
    "test": "node script/check-version.js && grunt test",
    "check-version": "node version.js"
  },
  "dependencies": {
    "asar-require": "0.3.0",
    "async": "~0.2.8",
    "colors": "~0.6.1",
    "findup-sync": "^2.0.0",
    "first-mate": "6.2.0",
    "fs-plus": "2.x",
    "git-utils": "^4.0",
    "hosted-git-info": "^2.1.4",
    "keytar": "^4.0.5",
    "mv": "2.0.0",
    "ncp": "~0.5.1",
    "node-gyp": "3.4.0",
    "npm": "3.10.10",
    "open": "0.0.4",
    "plist": "git+https://github.com/nathansobo/node-plist.git",
    "q": "~0.9.7",
    "read": "~1.0.5",
    "request": "^2.72.0",
    "rimraf": "^2.5.2",
    "season": ">=5.0.5 <6.0",
    "semver": "^5.1.0",
    "tar": "^2.2.1",
    "temp": "~0.7.0",
    "underscore-plus": "1.x",
    "wordwrap": "0.0.2",
    "wrench": "~1.5.1",
    "yargs": "^3.23.0"
  },
  "devDependencies": {
    "coffee-script": "^1.8.0",
    "express": "~3.2.3",
    "grunt": "^1.0.1",
    "grunt-coffeelint": "0.0.16",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-coffee": "^1.0.0",
    "grunt-shell": "^1.3.0",
    "jasmine-focused": ">=1.0.7 <2.0"
  }
}
