This repository was archived by the owner on Sep 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.64 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.64 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
{
"name": "hyper",
"author": {
"name": "Qodeninja",
"email": "qodeninja@outlook.com",
"url": "http://qodeparty.com/dist/"
},
"scripts": {},
"version": "0.0.9",
"bugs": {
"url": "https://github.com/qodeparty/hyper/issues"
},
"bin": {
"hyper": "./bin/hyper",
"hyperd": "./bin/hyperd",
"hyper-cli": "./bin/hyper-cli"
},
"dependencies": {
"body-parser": "^1.19.0",
"colors": "^1.3.3",
"cookie-parser": "^1.4.4",
"cookie-session": "^1.3.3",
"errorhandler": "^1.5.1",
"express": "^4.16.4",
"express-session": "^1.17.0",
"jsonfile": "^5.0.0",
"method-override": "^2.3.10",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"multer": "^1.3.0",
"pug": "^2.0.3",
"serve-favicon": "^2.5.0",
"serve-index": "^1.9.1",
"serve-static": "^1.14.1",
"socket.io": "^2.2.0",
"stylus": "^0.54.5",
"winston": "^3.2.1"
},
"description": "Hyper Network Server for NodeJS",
"directories": {},
"dist": {
"shasum": "0b65c5c55ecf1d8ffc82c08300a22e332892e03a",
"tarball": "https://registry.npmjs.org/hyper/-/hyper-0.0.2.tgz"
},
"engine": "node >=0.10.0",
"gitHead": "4ac5b7ec48ed85a15aa37682edffe121837568c5",
"homepage": "https://github.com/qodeparty/hyper",
"keywords": [
"hyper",
"hyperjs",
"λ",
"hat",
"maker"
],
"license": "Apache-2.0",
"main": "./hyper.js",
"maintainers": [
{
"name": "qodeninja",
"email": "qodeninja@outlook.com"
}
],
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/qodeparty/hyper.git"
}
}