{
  "name": "aws-cloudwatch-forwarder",
  "version": "1.0.1",
  "description": "Forwards the Stdin to AWS Cloudwatch",
  "bin": {
    "aws-cloudwatch-forwarder": "./bin/aws-cloudwatch-forwarder-proc"
  },
  "scripts": {
    "prestart": "npm i",
    "start": "node ./bin/aws-cloudwatch-forwarder",
    "test": "jasmine"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/camilin87/aws-cloudwatch-forwarder.git"
  },
  "author": "@camilin87",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/camilin87/aws-cloudwatch-forwarder/issues"
  },
  "homepage": "https://github.com/camilin87/aws-cloudwatch-forwarder#readme",
  "dependencies": {
    "async": "^2.0.1",
    "aws-sdk": "^2.5.5",
    "rfr": "^1.2.3",
    "split": "^1.0.0",
    "the-promise-factory": "^1.0.0"
  },
  "bundledDependencies": [
    "rfr"
  ],
  "devDependencies": {
    "jasmine": "^2.4.1"
  }
}
