{
  "name": "command-stack",
  "version": "0.1.0",
  "description": "An internal router for managing control flow / application state",
  "main": "command-stack.js",
  "author": "Derrick Schwabe <admin@nerdbusiness.com>",
  "homepage": "https://github.com/drschwabe/command-stack",
  "repository": {
    "type": "git",
    "url": "https://github.com/drschwabe/command-stack"
  },
  "keywords": [
    "router",
    "async",
    "control flow",
    "state", 
    "state management", 
    "service bus"
  ],
  "license": "MIT",
  "dependencies": {
    "async": "^2.0.0-rc.3",
    "route-parser": "0.0.5",
    "underscore": "^1.8.3"
  }
}
