forked from 99x/dynamodb-localhost
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 717 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 717 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
{
"name": "dynamodb-localhost",
"version": "0.0.2",
"engines": {
"node": ">=4.0"
},
"description": "Dynamodb local plugin for devops",
"author": "99xtechnology.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/99xt/dynamodb-localhost"
},
"keywords": [
"aws",
"dynamodb",
"dynamo",
"testing",
"development",
"tool",
"local",
"localhost",
"local-dynamodb",
"dynamodb-local",
"dynamodb-localhost"
],
"main": "index.js",
"bin": {},
"dependencies": {
"mkdirp": "^0.5.0",
"progress": "^1.1.8",
"rmdir": "^1.2.0",
"tar": "^2.0.0"
}
}