forked from terrylinla/react-native-sketch-canvas
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 816 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 816 Bytes
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
{
"name": "@hoverinc/react-native-sketch-canvas",
"repository": {
"type": "git",
"url": "https://github.com/hoverinc/react-native-sketch-image"
},
"version": "0.8.51",
"description": "react-native-sketch-canvas allows you to draw / sketch on both iOS and Android devices and sync the drawing data between users. Of course you can save as image.",
"author": "Terry Lin, Thomas Steinbrüchel",
"main": "index.js",
"keywords": [
"react-native",
"react-native-sketch",
"react-native-svg",
"react",
"native",
"sketch",
"svg",
"draw"
],
"nativePackage": true,
"license": "MIT",
"dependencies": {
"deprecated-react-native-prop-types": "^2.3.0"
},
"packageManager": "yarn@3.2.3"
}