-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 966 Bytes
/
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
{
"name": "@voliware/node-server",
"version": "2.2.2",
"author": "Anthony Agostino",
"description": "Node Server",
"keywords": [
"server",
"client",
"websocket",
"tcp",
"udp",
"http"
],
"main": "index.js",
"dependencies": {
"@voliware/logger": "^1.4.5",
"@voliware/template2": "^1.1.1",
"cookies": "^0.8.0",
"find-my-way": "^2.2.1",
"mime-types": "^2.1.24",
"query-string": "^6.8.3",
"useragent": "^2.3.0",
"ws": "^4.0.0"
},
"devDependencies": {
"@voliware/node-build": "^1.0.3",
"mocha": "^6.2.1"
},
"scripts": {
"prestart": "node build",
"start": "node app.js",
"build": "node build",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/Voliware/node-server.git"
},
"bugs": {
"url": "https://github.com/Voliware/node-server/issues"
},
"homepage": "https://github.com/Voliware/node-server",
"license": "GPL"
}