{
  "name": "event-state",
  "version": "1.0.0",
  "description": "simple event based state machine for js, written mostly for monument and action",
  "main": "app.js",
  "scripts": {
    "start": "node app.js",
    "dev": "gulp dev",
    "test": "gulp test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ansble/event-state"
  },
  "bugs": {
    "url": "https://github.com/ansble/event-state/issues"
  },
  "author": "Daniel Sellers <daniel@designfrontier.net>",
  "license": "MIT",
  "keywords": [
    "events",
    "state",
    "state machine",
    "event",
    "eda"
  ],
  "dependencies": {},
  "devDependencies": {
    "chai": "^3.3.0",
    "chalk": "^1.1.1",
    "gulp": "^3.9.0",
    "gulp-istanbul": "^0.10.1",
    "gulp-mocha": "^2.1.3",
    "minimist": "^1.2.0",
    "v8-profiler": "^5.3.2"
  }
}
