dynafixtures
Version:
Fixtures for DynamoDB
24 lines (23 loc) • 505 B
JSON
{
"name": "dynafixtures",
"version": "0.2.5",
"description": "Fixtures for DynamoDB",
"main": "index.js",
"url": "https://github.com/l-hendriks/dynafixtures",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"DynamoDB",
"Dynalite",
"Fixtures",
"Unit",
"testing"
],
"author": "Luc Hendriks <luc@resnap.com> (http://www.resnap.com)",
"license": "ISC",
"dependencies": {
"async": "^1.5.2",
"aws-sdk": "^2.2.39"
}
}