react-native-scratcher
Version:
Scratch view for react native
36 lines (35 loc) • 957 B
JSON
{
"name": "react-native-scratcher",
"version": "1.1.0",
"description": "Scratch view for react native",
"summary": "Forked scratch view for react-native. All credit goes to its original creator",
"homepage": "https://github.com/eumakarov/react-native-scratcher",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eumakarov/react-native-scratcher.git"
},
"keywords": [
"react-native",
"react-native-scratch",
"react-native-scratch-view",
"react-native-scratch-card",
"react-native-scratch-image",
"scratch",
"scratch-card",
"scratch-view",
"scratch-image"
],
"author": "Roy Ben-Sasson",
"license": "MIT",
"peerDependencies": {
"react-native": "0.63.4"
},
"bugs": {
"url": "https://github.com/eumakarov/react-native-scratcher/issues"
},
"types": "./index.d.ts"
}