webvr js meetup initial commit
This commit is contained in:
98
node_modules/webvr-polyfill/package.json
generated
vendored
Normal file
98
node_modules/webvr-polyfill/package.json
generated
vendored
Normal file
@@ -0,0 +1,98 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"raw": "webvr-polyfill@latest",
|
||||
"scope": null,
|
||||
"escapedName": "webvr-polyfill",
|
||||
"name": "webvr-polyfill",
|
||||
"rawSpec": "latest",
|
||||
"spec": "latest",
|
||||
"type": "tag"
|
||||
},
|
||||
"/Users/smus/Projects/webvr-boilerplate"
|
||||
]
|
||||
],
|
||||
"_from": "webvr-polyfill@latest",
|
||||
"_id": "webvr-polyfill@0.9.25",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/webvr-polyfill",
|
||||
"_nodeVersion": "6.7.0",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-18-east.internal.npmjs.com",
|
||||
"tmp": "tmp/webvr-polyfill-0.9.25.tgz_1481250847048_0.2061113598756492"
|
||||
},
|
||||
"_npmUser": {
|
||||
"name": "smus",
|
||||
"email": "boris@smus.com"
|
||||
},
|
||||
"_npmVersion": "3.10.7",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"raw": "webvr-polyfill@latest",
|
||||
"scope": null,
|
||||
"escapedName": "webvr-polyfill",
|
||||
"name": "webvr-polyfill",
|
||||
"rawSpec": "latest",
|
||||
"spec": "latest",
|
||||
"type": "tag"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/webvr-polyfill/-/webvr-polyfill-0.9.25.tgz",
|
||||
"_shasum": "0ac1c4bff5433893ac7335144f8aca164cb397fa",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "webvr-polyfill@latest",
|
||||
"_where": "/Users/smus/Projects/webvr-boilerplate",
|
||||
"authors": [
|
||||
"Boris Smus <boris@smus.com>",
|
||||
"Brandon Jones <tojiro@gmail.com>"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/googlevr/webvr-polyfill/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"eventemitter3": "^2.0.2",
|
||||
"object-assign": "^4.0.1"
|
||||
},
|
||||
"description": "Use WebVR today, on mobile or desktop, without requiring a special browser build.",
|
||||
"devDependencies": {
|
||||
"browserify": "latest",
|
||||
"derequire": "latest",
|
||||
"watchify": "latest"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "0ac1c4bff5433893ac7335144f8aca164cb397fa",
|
||||
"tarball": "https://registry.npmjs.org/webvr-polyfill/-/webvr-polyfill-0.9.25.tgz"
|
||||
},
|
||||
"gitHead": "1047fd29bc33d62d922a13c9c29c51fb23eb7cd5",
|
||||
"homepage": "https://github.com/googlevr/webvr-polyfill",
|
||||
"keywords": [
|
||||
"vr",
|
||||
"webvr"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"main": "build/webvr-polyfill.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "smus",
|
||||
"email": "boris@smus.com"
|
||||
}
|
||||
],
|
||||
"name": "webvr-polyfill",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/googlevr/webvr-polyfill.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "browserify src/main.js --standalone WebVRPolyfill | derequire > build/webvr-polyfill.js",
|
||||
"min": "browserify src/main.js --standalone WebVRPolyfill | derequire | uglifyjs -c > build/webvr-polyfill.min.js",
|
||||
"watch": "watchify src/main.js --standalone WebVRPolyfill -v -d -o 'derequire > build/webvr-polyfill.js'"
|
||||
},
|
||||
"version": "0.9.25"
|
||||
}
|
||||
Reference in New Issue
Block a user