-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 872 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
{
"name": "aframe-simple-sun-sky",
"version": "1.2.3",
"description": "Sky primitive using a simple (and fast) gradient away from the sun. For A-Frame WebXR.",
"browser": "simple-sun-sky.js",
"files": ["simple-sun-sky.js"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"staging": "surge . https://aframe-simple-sun-sky.surge.sh/; true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DougReeder/aframe-simple-sun-sky.git"
},
"keywords": [
"sky",
"sun",
"aframe",
"aframe-component",
"webvr",
"webxr",
"vr"
],
"author": "Doug Reeder <reeder.29@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DougReeder/aframe-simple-sun-sky/issues"
},
"homepage": "https://github.com/DougReeder/aframe-simple-sun-sky#readme",
"contributors": []
}