-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 810 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
{
"name": "wizard",
"version": "1.0.0",
"description": "Wizard Web Remote Controller, Welcome.",
"main": "core.js",
"dependencies": {
"bufferutil": "^4.0.6",
"express": "^4.17.2",
"utf-8-validate": "^5.0.8",
"ws": "^7.5.6"
},
"devDependencies": {
"http-server": "^0.12.3"
},
"scripts": {
"start": "node app.js supersecret 8081 8082",
"relay": "node app.js supersecret 8081 8082",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "v14.15.0",
"npm": "6.14.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zlatnaspirala/wizard-service"
},
"keywords": [
"test"
],
"author": "Nikola Lukic",
"license": "https://maximumroulette.com",
"homepage": "https://maximumroulette.com"
}