react-aframe-ar
Version:
Build virtual and augmented reality experiences with React and A-Frame.
48 lines (47 loc) • 1.14 kB
JSON
{
"name": "react-aframe-ar",
"version": "1.18.0",
"description": "Build virtual and augmented reality experiences with React and A-Frame.",
"main": "dist/index.js",
"scripts": {
"build": "babel src -d dist",
"prepublish": "npm run build"
},
"devDependencies": {
"aframe": "^0.5.0",
"babel": "^6.3.13",
"babel-cli": "^6.3.15",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.16.3",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-test-renderer": "^15.5.4",
"webpack": "^2.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tnga/react-aframe.git"
},
"keywords": [
"react",
"vr",
"ar",
"a-frame",
"aframe",
"moz-vr",
"react-vr",
"react-component",
"virtual-reality",
"augmented-reality",
"webvr"
],
"author": "tnga <dev@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tnga/react-aframe/issues"
},
"homepage": "https://github.com/tnga/react-aframe#readme"
}