-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.72 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
{
"name" : "@detox/chat-app",
"description" : "Reference implementation of Chat application on top of Detox network using Detox Chat protocol",
"keywords" : [
"detox",
"chat",
"anonymous",
"distributed",
"p2p"
],
"version" : "",
"homepage" : "https://github.com/Detox/chat-app",
"author" : "Nazar Mokrynskyi <[email protected]>",
"repository" : {
"type" : "git",
"url" : "git://github.com/Detox/chat-app.git"
},
"license" : "0BSD",
"files" : [
"css",
"dist",
"html",
"img",
"js",
"index.html",
"index-debug.html"
],
"scripts" : {
"demo-http-server" : "http-server"
},
"dependencies" : {
"@detox/chat" : "^0.16.0",
"@detox/core" : "^0.20.0",
"@detox/utils" : "^1.10.0",
"@polymer/polymer" : "^2.6.0",
"@webcomponents/shadycss" : "^1.3.1",
"@webcomponents/webcomponentsjs" : "^1.2.2",
"alameda" : "^1.2.1",
"autosize" : "^4.0.2",
"cleverstyle-widgets" : "^0.10.3",
"hotkeys-js" : "^3.3.5",
"marked" : "^0.4.0",
"swipe-listener" : "^1.0.6"
},
"devDependencies" : {
"clean-css" : "^4.1.11",
"del" : "^3.0.0",
"gulp" : "^4.0.0",
"gulp-htmlmin" : "^4.0.0",
"gulp-rename" : "^1.3.0",
"gulp-requirejs-optimize" : "^1.3.0",
"gulp-uglify" : "^3.0.0",
"http-server" : "^0.11.1",
"polymer-bundler" : "^3.1.1",
"uglify-es" : "^3.3.10",
"workbox-build" : "^3.3.0"
}
}