-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
42 lines (42 loc) · 999 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
41
42
{
"name": "wireframe-world",
"version": "0.1.0",
"description": "Demo that draws an infinite world",
"main": "index.js",
"directories": {
"example": "example"
},
"dependencies": {},
"devDependencies": {
"budo": "^8.3.0",
"canvas-fit": "^1.5.0",
"canvas-orbit-camera": "^1.0.2",
"gl": "^4.0.2",
"gl-camera-pos-from-view-matrix": "^1.0.1",
"gl-mat4": "^1.1.4",
"regl": "^0.10.0",
"regl-recorder": "^0.2.0",
"standard": "^7.1.2"
},
"scripts": {
"example": "node example/index.js",
"test": "standard",
"start": "budo --live --open wireframe_world.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Erkaman/wireframe-world.git"
},
"keywords": [
"movie",
"recorder",
"animation",
"regl"
],
"author": "Eric Arnebäck",
"license": "MIT",
"bugs": {
"url": "https://github.com/Erkaman/wireframe-world/issues"
},
"homepage": "https://github.com/Erkaman/wireframe-world"
}