This repository has been archived by the owner on May 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
69 lines (69 loc) · 1.67 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "pex-examples",
"version": "1.0.0-alpha.1",
"description": "Examples for the pex library",
"homepage": "https://github.com/pex-gl/pex-examples",
"keywords": [
"pex",
"geometry",
"3d",
"graphics"
],
"author": {
"name": "variable.io",
"email": "[email protected]",
"url": "http://variable.io"
},
"contributors": [
{
"name": "Marcin Ignac",
"email": "[email protected]",
"url": "http://marcinignac.com"
},
{
"name": "Henryk Wollik",
"email": "[email protected]",
"url": "http://henrykwollik.com"
}
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/pex-gl/pex-examples.git"
},
"bugs": "https://github.com/pex-gl/pex-examples/issues",
"license": "MIT",
"dependencies": {
"browserify": "^10.2.6",
"electron-prebuilt": "^0.36.7",
"glsl-gamma": "^2.0.0",
"glslify-promise": "^1.0.2",
"glslify-sync": "^1.1.1",
"is-browser": "^2.0.1",
"is-electron-renderer": "^2.0.0",
"is-node": "0.0.0",
"is-plask": "^1.0.0",
"pex-cam": "*",
"pex-context": "*",
"pex-draw": "*",
"pex-fx": "^1.4.0",
"pex-geom": "^1.0.0-beta.2",
"pex-gui": "*",
"pex-io": "*",
"pex-math": "*",
"pex-random": "^1.0.0",
"pex-sys": "^1.0.0-beta.4",
"primitive-cube": "^2.0.0",
"primitive-plane": "^1.0.1",
"primitive-sphere": "^2.0.0",
"primitive-torus": "^1.0.4",
"watchify": "^3.7.0"
},
"devDependencies": {
"beefy": "^2.1.5",
"browserify": "^10.2.4"
},
"scripts": {
"example": "beefy context.createMesh/main.js --open -- -i plask -t glslify-promise/transform"
}
}