{
  "name": "lkd-collection",
  "version": "1.0.3",
  "description": "Implement collections in a lkd stack (Lambda, Kinesis, DynamoDB)",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/innowation/lkd-collection.git"
  },
  "dependencies": {
    "aws-sdk": "^2.1.39",
    "bluebird": "^2.9.34",
    "dynamodb-doc": "^1.0.0",
    "kinesis-router": "^1.0.1",
    "node-uuid": "^1.4.3",
    "ramda": "^0.17.1"
  },
  "devDependencies": {
    "babel": "^5.6.23",
    "babel-core": "^5.7.4",
    "babel-plugin-rewire": "^0.1.7",
    "chai": "^3.1.0",
    "coveralls": "^2.11.2",
    "eslint": "^0.24.1",
    "gulp": "^3.9.0",
    "gulp-babel": "^5.1.0",
    "gulp-eslint": "^0.15.0",
    "gulp-spawn-mocha": "^2.2.1",
    "istanbul": "^0.3.17",
    "mocha": "^2.2.5",
    "sinon": "^1.15.4",
    "sinon-chai": "^2.8.0"
  },
  "scripts": {
    "build": "gulp build",
    "coveralls": "cat ./coverage/lcov.info | coveralls",
    "dev": "gulp",
    "lint": "gulp lint",
    "prepublish": "gulp build",
    "test": "gulp test"
  },
  "author": "Team Wattellina <wattellina@mondora.com>",
  "license": "Apache-2.0"
}
