-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
66 lines (66 loc) · 1.41 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "vokkit",
"version": "1.0.0",
"description": "Voxel server launcher accessed via a web browser",
"main": "index.js",
"scripts": {
"build": "webpack",
"lint": "standard",
"lint-fix": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vokkit/Vokkit.git"
},
"contributors": [
{
"name": "Scripter36",
"email": "[email protected]"
},
{
"name": "Astro36",
"email": "[email protected]",
"url": "http://astro36.me"
},
{
"name": "Su-Yong",
"email": "[email protected]",
"url": "http://syblog.kro.kr"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Vokkit/Vokkit/issues"
},
"homepage": "https://github.com/Vokkit/Vokkit#readme",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-minify": "^0.2.0",
"caller-id": "^0.1.0",
"clean-webpack-plugin": "^0.1.17",
"express": "^4.16.2",
"microcache": "^1.0.0",
"socketio": "^1.0.0",
"three": "^0.88.0",
"three-software-renderer": "^1.2.0",
"webpack": "^3.10.0"
},
"devDependencies": {
"standard": "^10.0.3",
"uglifyjs-webpack-plugin": "^1.2.4"
},
"standard": {
"env": [
"browser",
"node"
],
"globals": [
"Vokkit",
"Util",
"THREE",
"io"
]
}
}