dino
Version:
A simple DynamoDB object modeler for Node.js.
38 lines (37 loc) • 748 B
JSON
{
"name": "dino",
"version": "0.3.5",
"author": "Christopher Cliff <ctcliff@gmail.com>",
"description": "A simple DynamoDB object modeler for Node.js.",
"keywords": [
"dino",
"dynamodb",
"aws",
"nosql",
"orm",
"odm",
"modeler"
],
"license": "MIT",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"dependencies": {
"node-uuid": "1.4.0",
"moment": "1.7.2",
"underscore": "1.4.3",
"aws-sdk": "1.0.0"
},
"devDependencies": {
"mocha": "1.7.4",
"should": "1.2.1",
"sinon": "~1.7.2"
},
"repository": {
"type": "git",
"url": "http://github.com/christophercliff/dino"
},
"bugs": {
"url": "https://github.com/christophercliff/dino/issues"
}
}