{
  "name": "hpm-cli",
  "version": "2.0.1",
  "description": "A plugin manager for Hyper.app",
  "main": "index.js",
  "scripts": {
    "test": "xo && nyc ava",
    "coverage": "nyc report --reporter=text-lcov | coveralls"
  },
  "bin": {
    "hpm": "./index.js"
  },
  "files": [
    "api.js",
    "index.js"
  ],
  "engines": {
    "node": ">=6"
  },
  "repository": "zeit/hpm",
  "keywords": [
    "hyper.app",
    "hyperapp",
    "hyperterm",
    "package",
    "manager",
    "terminal",
    "cli",
    "🦁"
  ],
  "author": {
    "name": "Matheus Fernandes",
    "email": "npm@matheus.top",
    "url": "http://matheus.top"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zeit/hpm/issues"
  },
  "homepage": "https://github.com/zeit/hpm#readme",
  "dependencies": {
    "args": "^2.0.0",
    "chalk": "^1.1.3",
    "columnify": "^1.5.4",
    "execa": "^0.5.0",
    "file-exists": "^2.0.0",
    "got": "^6.3.0",
    "npm-name": "^3.0.0",
    "opn": "^4.0.2",
    "ora": "^0.3.0",
    "pify": "^2.3.0",
    "recast": "^0.11.10",
    "update-notifier": "^1.0.2"
  },
  "devDependencies": {
    "ava": "^0.16.0",
    "coveralls": "^2.11.11",
    "is-ci": "^1.0.9",
    "mock-fs": "^3.11.0",
    "nyc": "^8.3.0",
    "xo": "^0.17.0"
  },
  "xo": {
    "space": 2,
    "semicolon": false,
    "esnext": true
  }
}
