-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 967 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 967 Bytes
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
{
"name": "planar_proj_shadows",
"version": "0.0.1",
"description": "Planar Projected Shadows",
"main": "planar_proj_shadows.js",
"dependencies": {
"angle-normals": "^1.0.0",
"bunny": "^1.0.1",
"canvas-fit": "^1.5.0",
"gl-mat4": "^1.1.4",
"gl-vec3": "^1.0.3",
"regl": "^1.3.0",
"regl-camera": "^1.1.0"
},
"scripts": {
"start": "budo --live --open planar_proj_shadows.js",
"build": "browserify planar_proj_shadows.js -t babelify > out.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Erkaman/planar_proj_shadows.git"
},
"keywords": [
"shadows",
"shadow",
"regl",
"webgl"
],
"author": "Eric Arnebäck",
"license": "MIT",
"bugs": {
"url": "https://github.com/Erkaman/planar_proj_shadows/issues"
},
"homepage": "https://github.com/Erkaman/planar_proj_shadows",
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"babelify": "^7.3.0"
}
}