ddbutil
Version:
Batch operations in AWS DynamoDB with DocumentClient interface
26 lines (25 loc) • 516 B
JSON
{
"name": "ddbutil",
"version": "1.3.0",
"description": "Batch operations in AWS DynamoDB with DocumentClient interface",
"main": "lib/index.js",
"repository": "https://github.com/pawelt/ddbutil",
"scripts": {
"test": "mocha"
},
"keywords": [
"AWS",
"DynamoDB",
"DDB",
"batch"
],
"author": "Pawel Turlejski",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^3.5.0",
"sinon": "^3.2.1",
"sinon-chai": "^2.13.0"
}
}