{
  "name": "exeq",
  "version": "2.4.0",
  "description": "Excute shell commands in queue",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git@github.com:afc163/exeq.git"
  },
  "author": "afc163 <afc163@gmail.com>",
  "keywords": [
    "spawn",
    "execute",
    "exec",
    "command",
    "shell",
    "promise",
    "synchronously",
    "bash",
    "kill"
  ],
  "engines": {
    "node": ">= 0.10.0"
  },
  "license": "MIT",
  "dependencies": {
    "bluebird": "^3.0.3",
    "native-or-bluebird": "^1.2.0"
  },
  "devDependencies": {
    "is-promise": "~1.0.1",
    "tape": "~4.0.0"
  },
  "scripts": {
    "test": "tape tests/*.js"
  }
}
