-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 1.53 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
{
"name": "socketstreamx",
"description": "A fast, modular Node.js framework dedicated to building realtime apps w/Server-Side template rendering.",
"version": "1.0.16",
"author": {
"name": "Owen Barnes",
"email": "owen@socketstream.org"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/eagle-io/socketstreamx"
},
"contributors": [
{
"name": "Paul Jensen"
},
{
"name": "Alan Milford"
},
{
"name": "Addy Osmani"
},
{
"name": "nponeccop"
},
{
"name": "Gilbert B Garza"
},
{
"name": "Craig Jordan Muir"
},
{
"name": "David Rosen"
},
{
"name": "Michael Lawson"
}
],
"dependencies": {
"apitree": "1.1.0",
"chokidar": "0.6.3",
"clean-css": "4.2.1",
"colors": "^1.4.0",
"commander": "0.6.1",
"connect": "^3.7.0",
"connect-redis": "1.4.4",
"engine.io": "3.6.2",
"eventemitter2": "^6.4.4",
"express-session": "https://github.com/eagle-io/express-session.git",
"redis": "0.8.1",
"semver": "5.7.2",
"serve-static": "^1.16.2",
"ssri": "^10.0.6",
"uglify-js": "3.15.4"
},
"overrides": {
"engine.io@3.6.2": {
"debug": "4.3.6"
}
},
"devDependencies": {},
"scripts": {
"test": "grunt test"
},
"directories": {
"lib": "./lib",
"doc": "./doc"
},
"main": "./index.js",
"engines": {
"node": ">=12"
},
"bin": {
"socketstream": "./bin/socketstream"
},
"readmeFilename": "README.md"
}