react-native-quickball
Version:
A React Native component for famous quick ball. Compatible with both Android and IOS
44 lines (43 loc) • 1.11 kB
JSON
{
"name": "react-native-quickball",
"version": "0.1.4",
"private": false,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-vector-icons": "^6.0.2"
},
"devDependencies": {
"babel-jest": "23.6.0",
"babel-preset-react-native": "4.0.1",
"jest": "23.6.0",
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native"
},
"description": "A React Native component for famous quick ball. Compatible with both Android and IOS ",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mohammad-goldast/react-native-quickball.git"
},
"keywords": [
"react",
"reactnative",
"quickball",
"panresponder",
"quickball",
"touch"
],
"author": "Mohammad Goldast",
"license": "MIT",
"bugs": {
"url": "https://github.com/mohammad-goldast/react-native-quickball/issues"
},
"homepage": "https://github.com/mohammad-goldast/react-native-quickball#readme"
}