-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 974 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 974 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "loopback-connector-dynamodb",
"version": "1.0.0",
"description": "LoopBack DynamoDB Connector",
"keywords": [
"StrongLoop",
"LoopBack",
"DynamoDB",
"DataSource",
"Connector"
],
"main": "index.js",
"scripts": {
"test": "make test"
},
"dependencies": {
"async": "~0.9.0",
"aws-sdk": "^2.0.23",
"loopback-connector": "^1.2.0",
"dynamodb-doc": "awslabs/dynamodb-document-js-sdk",
"node-uuid": "1.4.1",
"jsep": "~0.3.0"
},
"devDependencies": {
"debug": "^2.1.0",
"eslint": "^0.9.1",
"eslint-plugin-nodeca": "^1.0.2",
"loopback-datasource-juggler": "^2.10.2",
"mocha": "^2.0.1",
"rc": "^0.5.1",
"should": "^4.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/claylo/loopback-connector-dynamodb"
},
"license": {
"name": "Dual MIT/StrongLoop",
"url": "https://github.com/claylo/loopback-connector-dynamodb/blob/master/LICENSE"
}
}