forked from wwwtyro/glsl-atmosphere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "glsl-atmosphere",
"version": "1.0.1",
"description": "Renders sky colors with Rayleigh and Mie scattering.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "budo --live example/index.js -- -t glslify",
"build": "browserify -t glslify example/index.js > example/bundle.js"
},
"keywords": [
"stackgl",
"glsl",
"rayleigh",
"mie",
"atmosphere",
"sky"
],
"author": "Rye Terrell <[email protected]> (http://wwwtyro.github.io)",
"license": "Unlicense",
"devDependencies": {
"browserify": "^13.0.0",
"budo": "^7.1.0",
"gl-geometry": "^2.0.0",
"gl-shader": "^4.1.1",
"glslify": "^5.0.1"
},
"directories": {
"example": "example"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/wwwtyro/glsl-atmosphere.git"
},
"bugs": {
"url": "https://github.com/wwwtyro/glsl-atmosphere/issues"
},
"homepage": "https://github.com/wwwtyro/glsl-atmosphere#readme"
}