dynamodb-mapper
Version:
A fast, easy to use mapper to convert Amazon DynamoDB to and from Javascript Objects.
39 lines (38 loc) • 850 B
JSON
{
"name": "dynamodb-mapper",
"version": "0.4.1",
"description": "A fast, easy to use mapper to convert Amazon DynamoDB to and from Javascript Objects.",
"keywords": [
"Amazon",
"aws-sdk",
"DynamoDB",
"Mapper",
"Data Mapper",
""
],
"homepage": "https://github.com/radleta/DynamoDB-Mapper",
"repository": {
"type": "git",
"url": "https://github.com/radleta/DynamoDB-Mapper.git"
},
"main": "./lib/index.js",
"scripts": {
"test": "mocha test"
},
"author": {
"name": "Richard Adleta",
"email": "radleta@gmail.com",
"url": "http://blog.richardadleta.com/"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/radleta/DynamoDB-Mapper/issues"
},
"dependencies": {
"lodash": "^3.10.0"
},
"devDependencies": {
"mocha": "^1.21.4",
"chai": "^1.9.1"
}
}