forked from wwimmo/react-native-sketch-canvas
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 921 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 921 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
28
29
30
31
32
{
"name": "@wwimmo/react-native-sketch-canvas",
"repository": {
"type": "git",
"url": "https://github.com/wwimmo/react-native-sketch-canvas"
},
"version": "0.8.4",
"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",
"main": "index.js",
"keywords": [
"react-native",
"react-native-sketch",
"react-native-svg",
"react",
"native",
"sketch",
"svg",
"draw"
],
"nativePackage": true,
"license": "MIT",
"devDependencies": {
"react": "16.13.1",
"react-native": "0.63.2",
"react-native-windows": "^0.63.7",
"prettier": "^2.7.1"
},
"dependencies": {
"deprecated-react-native-prop-types": "^2.3.0"
}
}