UNPKG

aframe-react-boilerplate

Version:

Boilerplate for building virtual reality experiences with A-Frame and React.

48 lines (47 loc) 1.26 kB
{ "name": "aframe-react-boilerplate", "version": "0.0.1", "description": "Boilerplate for building virtual reality experiences with A-Frame and React.", "dependencies": { "aframe": "^0.5.0", "aframe-animation-component": "^3.2.5", "aframe-leap-hands": "^0.7.2", "aframe-particle-system-component": "^1.0.8", "aframe-react": "^4.0.x", "babel-polyfill": "^6.3.14", "react": "^15.4.1", "react-dom": "^15.4.1", "react-scripts": "0.9.5" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject", "publish": "npm run build && gh-pages -d build" }, "repository": { "type": "git", "url": "git+https://github.com/ngokevin/aframe-react-boilerplate.git" }, "keywords": [ "aframe", "react", "vr", "boilerplate", "a-frame", "mozvr", "reactvr", "aframe-react", "webvr" ], "author": "Kevin Ngo <kngo@mozilla.com>", "license": "MIT", "bugs": { "url": "https://github.com/ngokevin/aframe-react-boilerplate/issues" }, "homepage": "https://github.com/ngokevin/aframe-react-boilerplate#readme", "devDependencies": { "gh-pages": "^0.12.0" } }