webvr-libs
Version:
WebVR libraries
29 lines (28 loc) • 533 B
JSON
{
"name": "webvr-libs",
"version": "1.0.14",
"description": "WebVR libraries",
"keywords": [
"webvr",
"web",
"virtual reality",
"vr",
"oculus",
"vive",
"webgl",
"three.js",
"threejs",
"javascript",
"js"
],
"license": "MIT",
"repository": "mozvr/webvr-libs",
"devDependencies": {
"request-promise": "^2.0.1"
},
"scripts": {
"sync": "node ./scripts/update",
"update": "npm run sync",
"release": "npm version patch && npm publish && git push --tags"
}
}