UNPKG

usher

Version:

Simple DSL for composing decision workflows for AWS Simple Workflow

58 lines (57 loc) 1.14 kB
{ "name": "usher", "version": "0.10.10", "description": "Simple DSL for composing decision workflows for AWS Simple Workflow", "author": "Mike Moulton <mike@meltmedia.com>", "main": "index.js", "scripts": { "test": "./node-modules/.bin/gulp test" }, "repository": { "type": "git", "url": "git://github.com/meltmedia/node-usher.git" }, "keywords": [ "usher", "Amazon Web Services", "AWS", "SWF", "Simple Workflow", "Decider" ], "dependencies": { "async": "^1.5.2", "aws-swf": "*", "lodash": "*", "gonfalon": "*", "backoff": "*", "semver": "*", "@meltmedia/sequencify": "1.0.1" }, "peerDependencies": { "aws-sdk": "*", "winston": "*" }, "devDependencies": { "q": "*", "gulp": "*", "gulp-jshint": "*", "jshint": "*", "gulp-jsdoc": "*", "gulp-mocha": "*", "jshint-stylish": "*", "chai": "*", "aws-sdk": "*", "winston": "*" }, "engines": { "node": ">= 0.10.0" }, "contributors": [ { "name": "Mike Moulton", "email": "mike@meltmedia.com" } ], "license": "MIT" }