UNPKG

dyad-fsa-fetch

Version:

Dyad fetch API middleware with Flux Standard Action support

52 lines (51 loc) 1.27 kB
{ "name": "dyad-fsa-fetch", "version": "0.0.2", "description": "Dyad fetch API middleware with Flux Standard Action support", "main": "dyad-fsa-fetch.js", "types": "dyad-fsa-fetch.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-fetch.git" }, "keywords": [ "dyad", "fetch", "flux", "fsa", "middleware" ], "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-fetch/issues" }, "homepage": "https://github.com/mikol/dyad-fsa-fetch#readme", "dependencies": { "flux-standard-action": "^2.0.3" }, "devDependencies": { "@types/chai": "^4.1.3", "@types/isomorphic-fetch": "0.0.34", "@types/mocha": "^5.2.0", "@types/node-fetch": "^2.1.0", "@types/sinon": "^5.0.0", "chai": "^4.1.2", "dyad": "0.0.3", "dyad-fsa-promise": "^0.1.2", "isomorphic-fetch": "^2.2.1", "mocha": "^5.2.0", "sinon": "^5.0.10", "ts-node": "^6.0.5", "tslint": "^5.10.0", "typescript": "^2.8.3" } }