rax-touchable
Version:
Touchable component for Rax.
34 lines (33 loc) • 678 B
JSON
{
"name": "rax-touchable",
"version": "0.6.5",
"description": "Touchable component for Rax.",
"license": "BSD-3-Clause",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/alibaba/rax.git"
},
"keywords": [
"Rax",
"rax-component",
"react-component"
],
"bugs": {
"url": "https://github.com/alibaba/rax/issues"
},
"homepage": "https://github.com/alibaba/rax#readme",
"engines": {
"npm": ">=3.0.0"
},
"dependencies": {
"rax-view": "^0.6.5",
"universal-env": "^0.6.5"
},
"peerDependencies": {
"rax": "0.x"
},
"devDependencies": {
"rax-test-renderer": "^0.6.5"
}
}