forked from timanthynot/wolkenkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.08 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.08 KB
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
74
75
76
77
78
79
80
81
82
83
84
{
"name": "wolkenkit",
"version": "2.0.0",
"description": "wolkenkit is an open-source CQRS and event-sourcing framework for JavaScript and Node.js that perfectly matches DDD.",
"contributors": [
{
"name": "Golo Roden",
"email": "golo.roden@thenativeweb.io"
},
{
"name": "Matthias Wagler",
"email": "matthias.wagler@thenativeweb.io"
},
{
"name": "Jan-Hendrik Grundhöfer",
"email": "jan-hendrik.grundhoefer@thenativeweb.io"
},
{
"name": "Michael Scherer",
"email": "mail@michael-scherer.net"
}
],
"bin": {
"wolkenkit": "dist/bin/wolkenkit.js"
},
"main": "dist/wolkenkit/index.js",
"dependencies": {
"ajv": "6.5.1",
"array-to-sentence": "2.0.0",
"babel-polyfill": "6.26.0",
"buntstift": "1.5.1",
"certificate-details": "0.3.1",
"combined-stream": "1.0.6",
"command-line-args": "5.0.2",
"command-line-commands": "2.0.1",
"command-line-usage": "5.0.5",
"commands-events": "1.0.3",
"common-tags": "1.8.0",
"deep-hash": "1.0.1",
"defekt": "1.0.0",
"docker-compare": "0.2.0",
"dotfile-json": "1.0.3",
"eslint": "4.19.1",
"findsuggestions": "0.2.1",
"flat": "4.1.0",
"freeport": "1.0.5",
"is-ip": "2.0.0",
"isolated": "0.3.0",
"lodash": "4.17.10",
"newline-json": "0.1.1",
"nodeenv": "1.0.0",
"object-hash": "1.3.0",
"open": "0.0.5",
"portscanner": "2.2.0",
"processenv": "1.0.1",
"recursive-readdir": "2.2.2",
"requestretry": "1.13.0",
"require-dir": "1.0.0",
"semver": "5.5.0",
"sha1": "1.1.1",
"shelljs": "0.8.2",
"stringify-object": "3.2.2",
"tar": "4.4.4",
"update-notifier": "2.5.0",
"util.promisify": "1.0.0",
"uuidv4": "1.0.1"
},
"devDependencies": {
"assertthat": "1.0.0",
"measure-time": "3.1.1",
"roboter": "1.0.6"
},
"scripts": {
"test-stories": "node test/stories/index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/thenativeweb/wolkenkit.git"
},
"keywords": [
"wolkenkit"
],
"license": "AGPL-3.0"
}