-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
51 lines (51 loc) · 1.28 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
{
"name": "regl-camera",
"version": "2.1.1",
"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",
"es2040": "^1.2.5",
"github-cornerify": "^1.0.7",
"indexhtmlify": "^1.3.1",
"metadataify": "^1.0.1",
"regl": "^1.2.1",
"standard": "^10.0.1",
"uglify-js": "^2.8.22"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "budo docs/example.js --live --open",
"build": "browserify docs/example.js -t es2040 | uglifyjs -c -m | indexhtmlify | metadataify | github-cornerify > docs/index.html",
"lint": "standard",
"lint-fix": "standard --fix"
},
"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",
"github-corner": {
"fg": "#333",
"bg" : "#fff"
}
}