UNPKG

simple-dynamo

Version:

Abstraction of Amazons Dynamo DB Service. Usage of AWS DynamoDB incredible simple.

35 lines (34 loc) 1.29 kB
{ "name": "simple-dynamo", "description": "Abstraction of Amazons Dynamo DB Service. Usage of AWS DynamoDB incredible simple.", "keywords": [ "dynamo", "aws", "amazon", "model", "abstraction", "db", "simple" ], "tags": [ "dynamo", "aws", "amazon", "model", "abstraction", "db", "simple" ], "version": "0.6.2", "author": "mpneuried", "main": "./lib/dynamo/index.js", "homepage": "http://mpneuried.github.com/simple-dynamo/", "engines": { "node": ">=0.6.0" }, "scripts": { "start": "export $(cat config.env | grep -v '^#' | xargs) && node rest-test.js", "pretest": "export $(cat config.env | grep -v '^#' | xargs) && mocha ./test/setup.js", "test": "export $(cat config.env | grep -v '^#' | xargs) && mocha ./test/tests/*.js", "posttest": "export $(cat config.env | grep -v '^#' | xargs) && mocha ./test/teardown.js", "clean-js": "find ./lib -name \"*.js\" | xargs rm; find ./test -name \"*.js\" | xargs rm; rm -f *.js", "compile": "find . -name \"*.coffee\" | xargs coffee -c", "watch": "find . -name \"*.coffee\" | xargs coffee -cw" }, "dependencies": { "underscore": "1.3.3", "node-uuid": "1.3.3", "type-detect": "1.0.x", "mp-dynamo": "1.0.x" }, "devDependencies": { "optimist": "0.3.1", "express": "2.5.9", "mocha": "*", "should": "*" } }