{
  "name": "execution",
  "version": "0.1.6",
  "description": "Execution class for javascript task",
  "author": {
    "name": "Yuanyan Cao",
    "email": "yuanyan.cao@gmail.com"
  },
  "main": "lib/execution.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/taskjs/execution.git"
  },
  "bugs": {
    "url": "https://github.com/taskjs/execution/issues"
  },
  "scripts": {
    "test": "node test/runner.js"
  },
  "keywords": [
    "task",
    "execution"
  ],
  "license": "MIT",
  "dependencies": {
    "lodash": "~2.4.1",
    "es6-promise": "~0.1.1"
  }
}
