forked from PrismarineJS/dazed-sheep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 920 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
{
"name": "dazed-sheep",
"version": "1.2.1",
"description": "A Minecraft Classic server in JavaScript",
"main": "index.js",
"keywords": [],
"author": "mhsjlw",
"scripts": {
"test": "$(npm bin)/jest --verbose --runInBand"
},
"contributors": [
"rom1504 <romain.rom1@gmail.com>"
],
"license": "MIT",
"dependencies": {
"js-logger": "^1.4.1",
"md5.js": "^1.3.4",
"minecraft-classic-protocol": "^1.3.1",
"minecraft-classic-protocol-extension": "^1.0.3",
"request": "^2.85.0",
"requireindex": "^1.2.0",
"vec3": "^0.1.3"
},
"engines": {
"node": ">=8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dazed-sheep/dazed-sheep.git"
},
"bugs": {
"url": "https://github.com/dazed-sheep/dazed-sheep/issues"
},
"homepage": "https://github.com/dazed-sheep/dazed-sheep#readme",
"devDependencies": {
"jest": "^20.0.4"
}
}