{
  "name": "dyad-fsa-promise",
  "version": "0.1.2",
  "description": "Dyad promise middleware with Flux Standard Action support",
  "main": "dyad-fsa-promise.js",
  "types": "dyad-fsa-promise.d.ts",
  "scripts": {
    "version": "run dist && git add .",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mikol/dyad-fsa-promise.git"
  },
  "keywords": [
    "dyad",
    "flux",
    "fsa",
    "middleware",
    "promise"
  ],
  "author": {
    "name": "Mikol Graves",
    "email": "mikol@thinbox.org",
    "url": "https://mikol.github.io/"
  },
  "license": "CC-BY-SA-4.0",
  "bugs": {
    "url": "https://github.com/mikol/dyad-fsa-promise/issues"
  },
  "homepage": "https://github.com/mikol/dyad-fsa-promise#readme",
  "dependencies": {
    "flux-standard-action": "^2.0.3"
  },
  "devDependencies": {
    "@types/chai": "^4.1.3",
    "@types/mocha": "^5.2.0",
    "@types/sinon": "^5.0.0",
    "chai": "^4.1.2",
    "dyad": "0.0.3",
    "mocha": "^5.2.0",
    "sinon": "^5.0.10",
    "ts-node": "^6.0.5",
    "tslint": "^5.10.0",
    "typescript": "^2.8.3"
  }
}
