forked from regl-project/regl-camera
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 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
38
39
40
41
{
"name": "regl-camera",
"version": "1.1.0",
"description": "Camera for regl",
"main": "regl-camera.js",
"dependencies": {
"gl-mat4": "^1.1.4",
"mouse-wheel": "^1.2.0",
"mouse-change": "^1.3.0"
},
"devDependencies": {
"angle-normals": "^1.0.0",
"browserify": "^13.1.0",
"bunny": "^1.0.1",
"indexhtmlify": "^1.3.1",
"metadataify": "^1.0.1",
"regl": "^1.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "budo docs/example.js --live --open",
"build": "browserify docs/example.js | indexhtmlify | metadataify > docs/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikolalysenko/regl-camera.git"
},
"keywords": [
"regl",
"camera",
"3d",
"orbit",
"turntable"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikolalysenko/regl-camera/issues"
},
"homepage": "https://github.com/mikolalysenko/regl-camera#readme"
}