gpdc-dynamodb
Version:
This package provides a General-Purpose Durable Key-Value Caching solution. DynamoDB table is used to persist cached data.
40 lines (39 loc) • 1.02 kB
JSON
{
"name": "gpdc-dynamodb",
"version": "1.0.6",
"description": "This package provides a General-Purpose Durable Key-Value Caching solution. DynamoDB table is used to persist cached data.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NuITTake/gpdc-dynamodb.git"
},
"keywords": [
"Simple",
"General",
"Purpose",
"Durable",
"Key",
"Value",
"Cache",
"DynamoDB"
],
"author": "NuITTake (NuITTake@GMail.Com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/NuITTake/gpdc-dynamodb/issues"
},
"homepage": "https://github.com/NuITTake/gpdc-dynamodb#readme",
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3"
},
"dependencies": {
"aws-sdk": "^2.487.0",
"md5": "^2.2.1",
"simple-level-log": "^2.0.6"
}
}