{
  "name": "cfc-lib",
  "version": "1.0.31",
  "description": "This is a serverless function composition library for cloud function (FaaS) choreography instead of orchestration.",
  "main": "index.js",
  "scripts": {
    "test": "test",
    "publish-to-npm": "npm publish",
    "link-locally": "npm link"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/CloudFunctionChoreography/cfc-library"
  },
  "keywords": [
    "serverless",
    "cloud",
    "faas",
    "function-as-a-service",
    "composition",
    "choreography",
    "workflows",
    "federated"
  ],
  "author": "Simon Buchholz",
  "license": "MIT",
  "engines": {
    "node": ">=4.0.0"
  },
  "dependencies": {
    "aws-sdk": "^2.275.1",
    "uuid": "^3.3.2",
    "sntp": "2.1.0"
  }
}
