forked from Medium/local-dynamo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 742 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 742 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": "local-dynamo",
"description": "A Node.js wrapper of AWS DynamoDB Local and utilities",
"version": "0.0.5",
"homepage": "https://github.com/Obvious/local-dynamo",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"author": {
"name": "Xiao Ma",
"email": "x@medium.com"
},
"keywords": [
"dynamo",
"dynamodb",
"dynamodb local"
],
"main": "lib/launch.js",
"repository": {
"type": "git",
"url": "https://github.com/Obvious/local-dynamo.git"
},
"dependencies": {
"flags": "0.1.2",
"kew": "0.4.0",
"metrics": "0.1.8",
"progress": "1.1.8"
},
"devDependencies": {
"aws-sdk": "^2.0.22"
}
}