forked from nickarthur/loopback-connector-dynamodb-1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "loopback-connector-dynamodb",
"description": "DynamoDB connector for LoopBack",
"version": "0.6.1",
"main": "index.js",
"scripts": {
"test": "make test",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --ui bdd -R spec -t 5000",
"codecov": "codecov"
},
"dependencies": {
"async": "latest",
"aws-sdk": "latest",
"bluebird": "^3.4.7",
"colors": "^1.1.2",
"debug": "^2.6.1",
"depd": "^1.1.0",
"inflection": "^1.12.0",
"loopback-connector": "^3.0.0",
"loopback-datasource-juggler": "^3.2.0",
"qs": "^6.3.1",
"shortid": "^2.2.6",
"strong-globalize": "^2.8.2",
"traverse": "^0.6.6",
"uuid": "^3.0.1"
},
"devDependencies": {
"istanbul": "^0.4.5",
"jugglingdb": ">= 0.1.0",
"mocha": "latest",
"should": "latest",
"typescript": "^2.3.4",
"vscode": "^1.1.0"
},
"repository": "https://github.com/SippieCup/loopback-connector-dynamodb.git",
"author": {
"name": "Andrew Sidhu",
"email": "asidhu1@gmail.com"
},
"license": "MIT"
}