react-360-keyboard
Version:
34 lines (33 loc) • 676 B
JSON
{
"name": "react-360-keyboard",
"author": {
"name": "Daniel Büchele",
"email": "daniel@buechele.cc"
},
"keywords": [
"react-360",
"react-vr",
"vr",
"keyboard",
"react",
"emoji",
"dictation"
],
"version": "1.0.2",
"main": "index.js",
"license": {
"type": "MIT",
"url": "https://raw.githubusercontent.com/danielbuechele/react-360-keyboard/master/LICENSE"
},
"scripts": {
"postinstall": "cp -r static_assets/ ../../static_assets/react-360-keyboard/"
},
"dependencies": {
"prop-types": "^15.6.2"
},
"peerDependencies": {
"react": "16.x",
"react-360": "1.x",
"react-360-web": "1.x"
}
}