{
  "name": "plan",
  "version": "0.1.5",
  "description": "execute a complicated dependency graph of tasks with smooth progress events",
  "main": "lib/plan.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/superjoe30/node-plan.git"
  },
  "keywords": [
    "dependency",
    "graph",
    "async",
    "plan",
    "planner",
    "emit",
    "smooth",
    "progress"
  ],
  "author": "Andrew Kelley",
  "license": "BSD",
  "engines": {
    "node": ">=0.8.0"
  },
  "devDependencies": {
    "mocha": "~1.7.2"
  },
  "dependencies": {
    "batch": "~0.3.2",
    "node-uuid": "~1.4.0"
  }
}
