webvr js meetup initial commit

This commit is contained in:
Senad Uka
2017-03-11 15:22:17 +01:00
commit 3f640b55db
761 changed files with 264174 additions and 0 deletions

26
node_modules/webvr-ui/examples/package.json generated vendored Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "webvr-ui-example",
"version": "0.0.1",
"description": "Example of using WebVR UI Library",
"authors": [
"Kyle Phillips <kylephillips@google.com>",
"Jonas Jongejan <jongejan@google.com>"
],
"dependencies": {
"three": "^0.84.0",
"webvr-polyfill": "^0.9.25"
},
"keywords": [
"vr",
"webvr"
],
"license": "Apache-2.0",
"browserify": {
"transform": [
"babelify"
]
},
"directories": {
"example": "example"
}
}