{
  "name": "dynamodb-update-expression",
  "version": "0.1.21",
  "description": "A small library providing the solution to return the update expression.",
  "main": "index.js",
  "scripts": {
    "test": "mocha test.js",
    "build:browser": "browserify index.js --standalone dynamodb-update-expression | uglifyjs -c > dist/dynamodb-update-expression.min.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/4ossiblellc/dynamodb-update-expression.git"
  },
  "author": "Eric So <4ossible@gmail.com>, James Azarja <jazarja@yahoo.com>",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/brentertz/scapegoat/blob/master/LICENSE-MIT"
    }
  ],
  "keywords": [
    "dynamodb",
    "DynamoDB",
    "update",
    "expression"
  ],
  "dependencies": {
    "deepmerge": "^1.2.0",
    "lodash": "^4.16.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "browserify": "^13.0.1",
    "leche": "^2.1.1",
    "mocha": "^3.1.2",
    "sinon": "^1.17.4",
    "uglifyjs": "^2.4.10",
    "unit.js": "^2.0.0"
  }
}
