-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 929 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
39
40
{
"name": "webgl-start",
"version": "1.0.0",
"description": "webgl practice",
"main": "index.js",
"scripts": {
"start": "shader-reload-cli --host 127.0.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Caged/webgl-start.git"
},
"keywords": [
"webgl"
],
"author": "Justin Palmer",
"license": "MIT",
"bugs": {
"url": "https://github.com/Caged/webgl-start/issues"
},
"homepage": "https://github.com/Caged/webgl-start#readme",
"dependencies": {
"d3": "^5.4.0",
"fps-indicator": "^1.2.1",
"gl-mat4": "^1.2.0",
"glsl": "0.0.1",
"glsl-blend": "^1.0.3",
"regl": "^1.3.0",
"regl-camera": "^2.1.1",
"three": "^0.89.0",
"topojson-client": "^3.0.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-plugin-github": "^1.0.0",
"resl": "^1.0.3",
"shader-reload": "^2.0.1",
"shader-reload-cli": "^1.0.0"
}
}