forked from EventStore/EventStore.UI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.4 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
{
"name": "EventStore-UI",
"description": "The new user interface for Event Store",
"homepage": "http://geteventstore.com",
"version": "0.1.0",
"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"
},
"licence": [
{
"type": "?",
"url": "https://github.com/EventStore/EventStore.UI/blob/master/LICENSE"
}
],
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"jshint-stylish": "~1.0.0",
"imagemin-pngcrush": "~1.0.0",
"gulp": "~3.8.8",
"gulp-requirejs": "~0.1.3",
"gulp-ng-html2js": "~0.1.8",
"gulp-minify-css": "~0.3.10",
"gulp-imagemin": "~1.0.1",
"gulp-html-replace": "~1.3.0",
"gulp-uglify": "~1.0.1",
"gulp-concat": "~2.4.1",
"gulp-htmlmin": "~0.2.0",
"gulp-webserver": "~0.8.3",
"gulp-insert": "~0.4.0",
"gulp-wrap": "~0.3.0",
"gulp-cached": "~1.0.1",
"gulp-jshint": "~1.8.5"
}
}