forked from tmpaul/jugglingdb-dynamodb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 672 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "jugglingdb-dynamodb",
"description": "DynamoDB adapter for JugglingDB ORM",
"version": "0.1.9-6",
"main": "index.js",
"scripts": {
"test": "make test",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --ui bdd -R spec -t 5000"
},
"dependencies": {
"aws-sdk": "latest",
"colors": "latest",
"async": "latest",
"winston": "~0.7.3"
},
"devDependencies": {
"jugglingdb": ">= 0.1.0",
"should": "latest",
"mocha": "latest"
},
"repository": "https://github.com/tmpaul/jugglingdb-dynamodb.git",
"author": {
"name": "Tharun M Paul",
"email": "tmpaul06@gmail.com"
},
"license": "MIT"
}