@jitterbit/npdynamodb
Version:
A Node.js Simple Query Builder and ORM for AWS DynamoDB.
63 lines (62 loc) • 1.38 kB
JSON
{
"name": "@jitterbit/npdynamodb",
"version": "0.3.5",
"description": "A Node.js Simple Query Builder and ORM for AWS DynamoDB.",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec --timeout 20000 ./test/**/*_spec.js"
},
"keywords": [
"dynamodb",
"aws",
"activerecord",
"orm",
"migration"
],
"bin": {
"npd": "./lib/bin/npd"
},
"repository": {
"type": "git",
"url": "https://github.com/jitterbit/npdynamodb.git"
},
"author": {
"name": "noppoMan",
"email": "yuki@miketokyo.com",
"url": "http://miketokyo.com"
},
"contributors": [
{
"name": "noppoMan",
"email": "yuki@miketokyo.com",
"url": "http://miketokyo.com"
},
{
"name": "Jitterbit",
"url": "https://jitterbit.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jitterbit/npdynamodb/issues"
},
"homepage": "https://github.com/jitterbit/npdynamodb#readme",
"dependencies": {
"bluebird": "^2.9.24",
"chalk": "^1.1.3",
"commander": "^2.20.3",
"dynamodb-doc": "^1.0.0",
"glob": "^5.0.15",
"interpret": "^0.5.2",
"liftoff": "^2.5.0",
"lodash": "^4.17.15",
"minimist": "^1.2.5",
"readline": "0.0.7",
"v8flags": "^2.1.1"
},
"devDependencies": {
"aws-sdk": "^2.643.0",
"chai": "^2.3.0",
"mocha": "^6.2.2"
}
}