{
  "author": {
    "name": "Soares Chen",
    "email": "soares.chen@gmail.com",
    "url": "http://soareschen.com"
  },
  "name": "quiver-command-component",
  "desription": "Quiver components that wrap around command line",
  "version": "2.0.2",
  "homepage": "https://github.com/quiverjs/quiver-command-component",
  "repository": {
    "url": "git@github.com:quiverjs/quiver-command-component.git"
  },
  "dependencies": {
    "quiver-core": "^2.0.5",
    "quiver-stream-util": "^1.5.0",
    "temp": "^0.8.3"
  },
  "devDependencies": {
    "babel-cli": "^6.11.4",
    "quiver-babel": "^1.0.3",
    "tape": "^4.6.0"
  },
  "bugs": {
    "url": "https://github.com/quiverjs/quiver-command-component/issues"
  },
  "license": "ISC",
  "main": "./lib/command-component",
  "scripts": {
    "test": "make test",
    "prepublish": "make build"
  },
  "engines": {
    "node": "^6.3.1"
  }
}
