-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
81 lines (81 loc) · 1.88 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "tzina",
"version": "1.0.0",
"description": "Tzina Experience",
"main": "landing.js",
"scripts": {
"start": "node ./node_modules/gulp/bin/gulp.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Avnerus/tzina.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Avnerus/tzina/issues"
},
"homepage": "https://github.com/Avnerus/tzina#readme",
"devDependencies": {
"babel-preset-es2015": "^6.5.0",
"babelify": "^7.2.0",
"beefy": ">=0.7.1",
"beeper": "^1.1.0",
"browserify": ">=3.20.0",
"browserify-shim": "^3.8.10",
"glslify": "^2.3.1",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.1.0",
"gulp-util": "^3.0.7",
"lodash.assign": "^4.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"window": {
"title": "Tzina",
"toolbar": false,
"frame": false,
"width": 1920,
"height": 1080,
"position": "mouse",
"fullscreen": true
},
"dependencies": {
"babel-register": "^6.16.3",
"box-intersect": "^1.0.1",
"core-js": "^2.4.0",
"crypto-js": "^3.1.8",
"earcut": "^2.1.1",
"easing-utils": "0.0.5",
"express": "^4.14.0",
"fullscreen": "^1.0.2",
"gl-shader": "^4.2.0",
"glsl-curl-noise": "0.0.4",
"glsl-random": "0.0.5",
"ip2countrify": "^0.2.0",
"jquery-browserify": "^1.8.1",
"jquery-mousewheel": "^3.1.13",
"lodash": "^4.17.19",
"moment": "^2.19.3",
"pointer-lock": "git+https://github.com/bunnybones1/pointer-lock-chrome-tolerant.git",
"pointer-lock-chrome-tolerant": "0.0.7",
"stats.js": "^0.16.0",
"ws": "^1.1.5"
},
"browserify": {
"transform": [
"glslify",
"browserify-shim",
"babelify"
]
},
"browserify-shim": {
"three": "global:THREE"
},
"babelify": {
"presets": [
"es2015"
]
}
}