56 Star 180 Fork 56

lhbxxx / vr-stream-web-player

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
Boris Smus 提交于 2016-09-21 15:32 . 0.4.9
{
"name": "webvr-boilerplate",
"version": "0.4.9",
"description": "A starting point for web-based VR experiences that work in both Cardboard and Oculus.",
"main": "build/webvr-manager.js",
"directories": {
"test": "test"
},
"dependencies": {
"webvr-polyfill": "^0.9.5"
},
"devDependencies": {
"browserify": "latest",
"derequire": "latest",
"watchify": "latest"
},
"scripts": {
"build": "browserify src/webvr-manager.js --standalone WebVRManager | derequire > build/webvr-manager.js",
"watch": "watchify src/webvr-manager.js --standalone WebVRManager -v -d -o 'derequire > build/webvr-manager.js'",
"test": "browserify test/device-info-test.js > build/device-info-test.js",
"copy-polyfill": "cp ../webvr-polyfill/build/webvr-polyfill.js node_modules/webvr-polyfill/build/webvr-polyfill.js",
"copy-three": "./scripts/copy-three.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/borismus/webvr-boilerplate.git"
},
"keywords": [
"vr"
],
"author": "Boris Smus",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/borismus/webvr-boilerplate/issues"
},
"homepage": "https://github.com/borismus/webvr-boilerplate#readme"
}
JavaScript
1
https://gitee.com/lhbxxx/vr-stream-web-player.git
git@gitee.com:lhbxxx/vr-stream-web-player.git
lhbxxx
vr-stream-web-player
vr-stream-web-player
master

搜索帮助