forked from log-just/dynamic-dynamodb-lambda
-
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) · 676 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 676 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": "dynamic-dynamo-lambda",
"version": "0.1.0",
"description": "use dynamic dynamo by lambda!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "rockeee <cuhaha1203@gmail.com>",
"license": "MIT",
"dependencies": {
"async": "^1.5.0",
"aws-sdk": "^2.2.20"
},
"devDependencies": {},
"keywords": [
"dynamoDB"
],
"repository": {
"type": "git",
"url": "https://github.com/rockeee/dynamic-dynamodb-lambda.git"
},
"bugs": {
"url": "https://github.com/rockeee/dynamic-dynamodb-lambda/issues"
},
"homepage": "https://github.com/rockeee/dynamic-dynamodb-lambda"
}