-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.18 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
{
"name": "inertial-turntable-camera",
"version": "2.0.4",
"description": "A 3D spherical coordinates camera with inertia",
"main": "index.js",
"scripts": {
"start": "budo demo.js --open --live --force-default-index -- -t es2020",
"build": "browserify demo.js -t es2020 | indexhtmlify | html-inject-meta | html-inject-github-corner > index.html"
},
"repository": {
"type": "git",
"url": "https://github.com/standardCyborg/inertial-turntable-camera"
},
"keywords": [
"webgl",
"gl",
"camera",
"projection"
],
"author": "Ricky Reusser",
"license": "MIT",
"devDependencies": {
"angle-normals": "^1.0.0",
"browserify": "^16.2.0",
"budo": "^11.2.0",
"bunny": "^1.0.1",
"control-panel": "^1.3.1",
"es2020": "^1.1.9",
"fail-nicely": "^2.0.0",
"html-inject-github-corner": "^2.1.4",
"html-inject-meta": "^3.0.0",
"indexhtmlify": "^1.3.1",
"normalized-interaction-events": "^2.0.1",
"regl": "^1.3.1"
},
"dependencies": {
"gl-mat4": "^1.2.0",
"gl-vec3": "^1.1.3"
},
"html-inject-meta": {
"image": "https://cdn.rawgit.com/StandardCyborg/inertial-turntable-camera/d2b97558/img/screenshot.jpg"
}
}