forked from aaronshaf/dynamodb-admin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 957 Bytes
/
package.json
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
{
"name": "dynamodb-admin",
"version": "2.0.2",
"description": "GUI for DynamoDB. Useful for local development.",
"main": "index.js",
"bin": "./bin/dynamodb-admin.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aaronshaf/dynamodb-viewer.git"
},
"keywords": [
"DynamoDB",
"Dynamo"
],
"author": "Aaron Shafovaloff <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aaronshaf/dynamodb-viewer/issues"
},
"homepage": "https://github.com/aaronshaf/dynamodb-viewer#readme",
"dependencies": {
"aws-sdk": "^2.7.27",
"body-parser": "^1.15.2",
"cli-color": "^1.2.0",
"ejs": "^2.5.1",
"errorhandler": "^1.4.3",
"es6-promisify": "^4.1.0",
"es7-object-polyfill": "0.0.1",
"express": "^4.14.0",
"js-yaml": "^3.6.1",
"lodash": "^4.16.4"
},
"devDependencies": {
"jest-cli": "^15.0.2"
}
}