-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 963 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
{
"name": "aframe-dust-component",
"description": "A cloud of particles surrounding the user for visual motion indication, or atmosphere. For A-Frame WebVR.",
"version": "1.1.0",
"license": "MIT",
"scripts": {
"test": "open jasmine/SpecRunner.html # on OSes other than OS X, manually load SpecRunner.html in a browser"
},
"devDependencies": {},
"keywords": [
"dust",
"particle",
"fly",
"atmosphere",
"starfield",
"aframe",
"aframe-component",
"webvr",
"vr"
],
"dependencies": {},
"homepage": "https://github.com/DougReeder/aframe-dust-component#readme",
"bugs": {
"url": "https://github.com/DougReeder/aframe-dust-component/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/DougReeder/aframe-dust-component.git"
},
"author": {
"name": "Doug Reeder",
"email": "reeder.29@gmail.com"
},
"contributors": [],
"browser": "aframe-dust-component.js"
}