-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.1 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
{
"name": "elfland-glider",
"description": "Fly through fantastic worlds, help the merry and mischievous light elves, and avoid the surly and mischievous dark elves. A tranquil action game for VR and mobile",
"version": "0.6.2",
"license": "GPL-3.0",
"scripts": {
"build": "webpack",
"postbuild": "surge . https://elfland-glider.surge.sh/; true",
"watch": "webpack --watch --mode development",
"start": "budo --live --verbose --port 3000 --open --ssl --cors",
"start-http": "budo --live --verbose --port 3000 --open --cors",
"test": "open jasmine/SpecRunner.html # on OSes other than OS X, load SpecRunner.html in a browser",
"deploy": "ghpages",
"ghpages": "ghpages"
},
"devDependencies": {
"budo": "^11.6.2",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.3",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1",
"webpack-glsl-loader": "^1.0.1"
},
"keywords": [
"fly",
"glide",
"glider",
"game",
"aframe",
"aframe-scene",
"webxr",
"webvr",
"vr"
]
}