{
  "name": "lambdaws",
  "version": "1.0.5",
  "description": "AWS lambda functions made easy",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/jasmine-node test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mentum/lambdaws.git"
  },
  "keywords": [
    "AWS",
    "lambda",
    "dynamic"
  ],
  "author": "",
  "license": "LGPL.v3",
  "bugs": {
    "url": "https://github.com/mentum/lambdaws/issues"
  },
  "homepage": "https://github.com/mentum/lambdaws",
  "dependencies": {
    "MD5": "^1.2.1",
    "aws-sdk": "^2.0.30",
    "extend": "^2.0.0",
    "node-zip": "^1.1.0",
    "q": "^1.1.2",
    "rx": "^2.3.20",
    "uuid": "^2.0.1"
  },
  "devDependencies": {
    "jasmine-node": "^2.0.0",
    "rewire": "^2.1.3"
  }
}
