react-vr-line
Version:
React VR Line component
50 lines (49 loc) • 1.33 kB
JSON
{
"name": "react-vr-line",
"version": "1.3.5",
"description": "React VR Line component",
"main": "dist/index.js",
"scripts": {
"prepublish": "npm run build",
"build": "babel src --ignore __tests__ --out-dir ./dist --copy-files"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peterlazzarino/react-vr-line.git"
},
"keywords": [
"reactvr",
"line",
"threejs",
"three",
"webvr",
"line"
],
"author": "= <peter.lazzarino@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/peterlazzarino/react-vr-line/issues"
},
"homepage": "https://github.com/peterlazzarino/react-vr-line#readme",
"devDependencies": {
"babel-cli": "^6.6.4",
"babel-core": "^6.7.4",
"babel-eslint": "^6.0.2",
"babel-plugin-transform-es2015-modules-umd": "^6.6.5",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"babel-runtime": "^6.6.1"
},
"dependencies": {
"react-native": ">=0.48.0",
"react-vr": ">=2.0.0",
"ovrui": ">=2.0.0",
"prop-types": ">=15.6.0",
"react": ">=16.0.0",
"react-vr-web": ">=2.0.0",
"three": ">=0.87.0",
"create-react-class": ">=15.6.2"
}
}