-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
30 lines (30 loc) · 943 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
{
"name": "aframe-button-controls",
"version": "1.1.0",
"description": "An A-Frame WebVR component that supports the controller functionality available everywhere - buttons. Especially useful for apps designed to be usable with Google Cardboard V2, Gear VR without a separate Controller, mobile and desktop.",
"main": "aframe-button-controls.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DougReeder/aframe-button-controls.git"
},
"keywords": [
"button",
"control",
"cardboard",
"aframe",
"aframe-component",
"webvr",
"webxr",
"vr",
"mobile-vr"
],
"author": "Doug Reeder <reeder.29@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DougReeder/aframe-button-controls/issues"
},
"homepage": "https://github.com/DougReeder/aframe-button-controls#readme"
}