forked from kurrent-io/EventStore.UI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.43 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.43 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
{
"name": "EventStore-UI",
"description": "The new user interface for Event Store",
"homepage": "http://eventstore.org",
"version": "4.1.1",
"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": "~3.9.1",
"gulp-cached": "~1.1.1",
"gulp-concat": "~2.6.1",
"gulp-html-replace": "~1.6.2",
"gulp-htmlmin": "~5.0.1",
"gulp-imagemin": "~4.1.0",
"gulp-insert": "~0.5.0",
"gulp-jshint": "~2.1.0",
"gulp-minify-css": "~1.2.4",
"gulp-ng-html2js": "~0.2.2",
"gulp-requirejs": "~1.1.1",
"gulp-sass": "~4.0.2",
"gulp-uglify": "~3.0.1",
"gulp-webserver": "~0.9.1",
"gulp-wrap": "~0.14.0",
"imagemin-pngcrush": "~6.0.0",
"jshint-stylish": "~2.2.1",
"merge-stream": "^1.0.1",
"run-sequence": "^2.2.1"
},
"dependencies": {
"jshint": "^2.9.6"
}
}