initial commit

This commit is contained in:
Senad Uka
2017-11-19 15:16:07 +01:00
commit 0960216d5c
779 changed files with 266148 additions and 0 deletions

28
package.json Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "webvr-boilerplate",
"version": "0.5.0",
"description": "A starting point for cross-platform web-based VR experiences.",
"main": "index.html",
"dependencies": {
"es6-promise": "latest",
"three": "latest",
"webvr-polyfill": "latest",
"webvr-ui": "latest"
},
"devDependencies": {
"browserify": "latest",
"derequire": "latest",
"watchify": "latest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/googlevr/webvr-boilerplate.git"
},
"keywords": ["vr"],
"author": "Boris Smus <boris@smus.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/googlevr/webvr-boilerplate/issues"
},
"homepage": "https://github.com/googlevr/webvr-boilerplate#readme"
}