-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.02 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"_args": [
[
"github:martineca/dynamodb-localhost",
"/Users/o40677/poc"
]
],
"_development": true,
"_from": "git+ssh://[email protected]:22/~o40677/dynamodb-localhost.git",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "",
"_location": "/dynamodb-localhost",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "dynamodb-localhost@git+ssh://[email protected]:22/~o40677/dynamodb-localhost.git",
"name": "dynamodb-localhost",
"escapedName": "dynamodb-localhost",
"rawSpec": "git+ssh://[email protected]:22/~o40677/dynamodb-localhost.git",
"saveSpec": "git+ssh://[email protected]:22/~o40677/dynamodb-localhost.git",
"fetchSpec": "ssh://[email protected]:22/~o40677/dynamodb-localhost.git",
"gitCommittish": null
},
"_requiredBy": [
"#DEV:/",
"/serverless-dynamodb-local"
],
"_resolved": "git+ssh://[email protected]:22/~o40677/dynamodb-localhost.git#ea1bd2ad385dd8379b1b6d6d2578463cf541582d",
"_spec": "dynamodb-localhost@git+ssh://[email protected]:22/~o40677/dynamodb-localhost.git",
"_where": "/Users/o40677/poc",
"author": {
"name": "99xtechnology.com"
},
"bin": {},
"bugs": {
"url": "https://github.com/99xt/dynamodb-localhost/issues"
},
"bundleDependencies": false,
"dependencies": {
"mkdirp": "^0.5.0",
"progress": "^1.1.8",
"rimraf": "^2.6.3",
"tar": "2.0.0"
},
"deprecated": false,
"description": "Dynamodb local plugin for devops",
"engines": {
"node": ">=4.0"
},
"homepage": "https://github.com/99xt/dynamodb-localhost#readme",
"keywords": [
"aws",
"dynamodb",
"dynamo",
"testing",
"development",
"tool",
"local",
"localhost",
"local-dynamodb",
"dynamodb-local",
"dynamodb-localhost"
],
"license": "MIT",
"main": "index.js",
"name": "dynamodb-localhost",
"repository": {
"type": "git",
"url": "git+https://github.com/99xt/dynamodb-localhost.git"
},
"version": "0.0.7"
}