UNPKG

dynamite

Version:

promise-based DynamoDB client

43 lines (42 loc) 1.17 kB
{ "name": "dynamite", "description": "promise-based DynamoDB client", "version": "0.10.2", "homepage": "https://github.com/Medium/dynamite", "license": "Apache-2.0", "authors": [ "Jeremy Stanley <github@azulus.com> (https://github.com/azulus)", "Jean Hsu <jean@medium.com> (https://github.com/jyhsu)", "Jonathan Fuchs <jon@medium.com> (https://github.com/jfuchs)", "Artem Titoulenko <artem.titoulenko@gmail.com> (https://github.com/ArtemTitoulenko)", "Xiao Ma <xiao@medium.com> (https://github.com/x-ma)", "Jamie Talbot <jamie@medium.com> (https://github.com/majelbstoat)" ], "keywords": [ "dynamite", "dynamo", "dynamodb" ], "main": "dynamite.js", "repository": { "type": "git", "url": "https://github.com/Medium/dynamite.git" }, "dependencies": { "aws-sdk": "^2.368.0", "kew": "0.7.0", "typ": "0.6.3" }, "devDependencies": { "eslint": "4.18.2", "local-dynamo": "0.2.0", "nodeunit": "0.11.3", "nodeunitq": "0.1.1" }, "externDependencies": { "aws-sdk": "./externs/aws-sdk.js" }, "scripts": { "test": "eslint . && ./node_modules/.bin/nodeunit test" } }