UNPKG

aframe-shake2show-component

Version:
40 lines (39 loc) 991 B
{ "name": "aframe-shake2show-component", "version": "1.0.3", "description": "Using shake.js to display toggle UI modal", "author": "Roland Dubois <contact@rolanddubois.com>", "license": "MIT", "main": "index.js", "scripts": { "dist": "webpack index.js dist/aframe-shake2show-component.js && webpack -p index.js dist/aframe-shake2show-component.min.js", "postpublish": "npm run dist" }, "repository": { "type": "git", "url": "git+https://github.com/rdub80/aframe-shake2show-component.git" }, "keywords": [ "aframe", "a-frame", "aframe-component", "aframe-vr", "aframe-gui", "vr", "webgl", "webvr", "mozvr", "layout", "aframe-layout" ], "bugs": { "url": "https://github.com/rdub80/aframe-shake2show-component/issues" }, "homepage": "https://github.com/rdub80/aframe-shake2show-component#readme", "devDependencies": { "webpack": "^1.12.9" }, "dependencies": { "shake.js": "1.2.2" } }