forked from terrylinla/react-native-sketch-canvas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.85 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"_from": "@terrylinla/react-native-sketch-canvas",
"_id": "@terrylinla/[email protected]",
"_inBundle": false,
"_integrity": "sha512-rWLZkvYbbQ2Pje8AyT7+8nunXRNaOjfpJTYUHfUH1EVvRs+Es0rJlqoS1UmQbhKCXIra8xiBBD1jHs10S//mxg==",
"_location": "/@terrylinla/react-native-sketch-canvas",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@terrylinla/react-native-sketch-canvas",
"name": "@terrylinla/react-native-sketch-canvas",
"escapedName": "@terrylinla%2freact-native-sketch-canvas",
"scope": "@terrylinla",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/@terrylinla/react-native-sketch-canvas/-/react-native-sketch-canvas-0.8.0.tgz",
"_shasum": "3d3aa4ce2afb71bac2fbd512889e292d3265b264",
"_spec": "@terrylinla/react-native-sketch-canvas",
"_where": "/Volumes/MacintoshHD/movedUser/udatech/Desktop/ConstructionOnline",
"author": {
"name": "Terry Lin"
},
"bugs": {
"url": "https://github.com/terrylinla/react-native-sketch-canvas/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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.",
"homepage": "https://github.com/terrylinla/react-native-sketch-canvas#readme",
"keywords": [
"react-native",
"react-native-sketch",
"react-native-svg",
"react",
"native",
"sketch",
"svg",
"draw"
],
"license": "MIT",
"main": "index.js",
"name": "@terrylinla/react-native-sketch-canvas",
"nativePackage": true,
"repository": {
"type": "git",
"url": "git+https://github.com/terrylinla/react-native-sketch-canvas.git"
},
"version": "0.8.0"
}