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

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

@@ -0,0 +1,119 @@
{
"_args": [
[
{
"raw": "webvr-ui@latest",
"scope": null,
"escapedName": "webvr-ui",
"name": "webvr-ui",
"rawSpec": "latest",
"spec": "latest",
"type": "tag"
},
"/Users/smus/Projects/webvr-boilerplate"
]
],
"_from": "webvr-ui@latest",
"_id": "webvr-ui@0.9.3",
"_inCache": true,
"_installable": true,
"_location": "/webvr-ui",
"_nodeVersion": "7.4.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/webvr-ui-0.9.3.tgz_1485458579749_0.7110568033531308"
},
"_npmUser": {
"name": "creativelab-package",
"email": "googlecreativelab-packages@googlegroups.com"
},
"_npmVersion": "4.0.5",
"_phantomChildren": {},
"_requested": {
"raw": "webvr-ui@latest",
"scope": null,
"escapedName": "webvr-ui",
"name": "webvr-ui",
"rawSpec": "latest",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/webvr-ui/-/webvr-ui-0.9.3.tgz",
"_shasum": "4077ab0b9cf1909aa23a2dd873266732fa0dccbb",
"_shrinkwrap": null,
"_spec": "webvr-ui@latest",
"_where": "/Users/smus/Projects/webvr-boilerplate",
"authors": [
"Kyle Phillips <kylephillips@google.com>",
"Jonas Jongejan <jongejan@google.com>"
],
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
]
}
]
]
},
"bugs": {
"url": "https://github.com/googlevr/webvr-ui/issues"
},
"dependencies": {
"eventemitter3": "^2.0.2",
"screenfull": "^3.0.2"
},
"description": "Library that creates a UI wrapping the WebVR experience",
"devDependencies": {
"babel-preset-es2015": "^6.16.0",
"babelify": "^7.3.0",
"browserify": "^14.0.0",
"budo": "^9.2.1",
"derequire": "^2.0.3",
"eslint": "^3.13.1",
"eslint-config-google": "^0.7.1",
"tape": "^4.6.2",
"uglifyify": "^3.0.4"
},
"directories": {},
"dist": {
"shasum": "4077ab0b9cf1909aa23a2dd873266732fa0dccbb",
"tarball": "https://registry.npmjs.org/webvr-ui/-/webvr-ui-0.9.3.tgz"
},
"gitHead": "01ce7e7ab3a9b17d37e1cb0850c6ba8f2053034e",
"homepage": "https://github.com/googlevr/webvr-ui#readme",
"keywords": [
"vr",
"webvr"
],
"license": "Apache-2.0",
"main": "src/index.js",
"maintainers": [
{
"name": "creativelab-package",
"email": "googlecreativelab-packages@googlegroups.com"
}
],
"name": "webvr-ui",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/googlevr/webvr-ui.git"
},
"scripts": {
"browserify": "browserify src/index.js --standalone webvrui | derequire > build/webvr-ui.js",
"browserifymin": "browserify -g uglifyify src/index.js --standalone webvrui | derequire > build/webvr-ui.min.js",
"build": "npm run browserify & npm run browserifymin",
"lint": "eslint -c .eslintrc.json src",
"prepublish": "npm run lint && npm run build",
"start": "budo src/index.js:build/webvr-ui.js --live --verbose --port 3000 -- --standalone webvrui"
},
"version": "0.9.3"
}