{
  "name": "statebox",
  "description": "Orchestrate Node functions using Amazon States Language",
  "keywords": [
    "fsm",
    "finite",
    "state",
    "machine",
    "aws"
  ],
  "version": "0.0.8",
  "author": "Tim Needham",
  "main": "./lib/index.js",
  "dependencies": {
    "asl-choice-processor": "0.0.5",
    "async": "2.6.0",
    "boom": "7.2.0",
    "debug": "3.1.0",
    "dottie": "2.0.0",
    "jsonpath": "1.0.0",
    "lodash": "4.17.5",
    "uuid": "3.2.1"
  },
  "devDependencies": {
    "chai": "4.1.2",
    "chai-subset": "1.6.0",
    "mocha": "5.0.4",
    "standard": "11.0.1"
  },
  "scripts": {
    "lint": "standard",
    "test": "standard && mocha"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/wmfs/tymly"
  },
  "bugs": {
    "url": "https://github.com/wmfs/tymly/issues"
  }
}
