-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathpackage.json
61 lines (61 loc) · 1.46 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
{
"name": "EventStore-UI",
"description": "The new user interface for Event Store",
"homepage": "https://eventstore.com",
"version": "4.1.1",
"type": "module",
"contributors": [
{
"name": "Jakub Gutkowski",
"web": "https://github.com/gutek"
},
{
"name": "James Nuget",
"web": "https://github.com/jen20"
},
{
"name": "Pieter Germishuys",
"web": "https://github.com/pgermishuys"
}
],
"maintainers": [
{
"name": "EventStore",
"web": "https://github.com/EventStore?tab=members"
}
],
"repository": {
"type": "git",
"url": "https://github.com/EventStore/EventStore.UI.git"
},
"bugs": {
"url": "https://github.com/EventStore/EventStore.UI/issues"
},
"license": "BSD-3-Clause",
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"gulp": "^4.0.0",
"gulp-cached": "~1.1.1",
"gulp-concat": "~2.6.1",
"gulp-html-replace": "~1.6.2",
"gulp-htmlmin": "~5.0.1",
"gulp-imagemin": "~8.0.0",
"gulp-insert": "~0.5.0",
"gulp-jshint": "~2.1.0",
"gulp-minify-css": "~1.2.4",
"gulp-ng-html2js": "^0.2.3",
"gulp-requirejs": "~1.1.1",
"gulp-sass": "^5.1.0",
"gulp-terser": "^2.1.0",
"gulp-webserver": "~0.9.1",
"gulp-wrap": "~0.14.0",
"gulp4-run-sequence": "^1.0.0",
"imagemin-pngcrush": "~6.0.0",
"jshint": "^2.13.6",
"jshint-stylish": "~2.2.1",
"merge-stream": "^1.0.1",
"sass": "^1.56.1"
}
}