-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
38 lines (37 loc) · 941 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "react-native-sketch-draw",
"version": "2.0.2",
"description": "A React Native (v0.53) component for touch based drawing supporting iOS and Android.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VGamezz19/react-native-sketch-draw.git"
},
"keywords": [
"react",
"react-native",
"react-native0.53",
"ios",
"android",
"touch",
"sketch",
"draw"
],
"author": {
"name": "Victor Gamez",
"email": "[email protected]",
"url": "https://github.com/VGamezz19"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/VGamezz19/react-native-sketch-draw/issues"
},
"homepage": "https://github.com/VGamezz19/react-native-sketch-draw#readme",
"peerDependencies": {
"react-native": ">=0.42.0",
"prop-types": "^15.6.0"
}
}