forked from RepairShopr/react-native-signature-capture
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.78 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
57
58
{
"_from": "react-native-signature-capture@^0.4.8",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-N1O6f+IZPeNRePA00HvR3IERGHof5s1Y878SZZV69yEUZfT6rM9NoO9DAHbNiqZWIawHew1sCcY0R7dAN6BrjA==",
"_location": "/react-native-signature-capture",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "react-native-signature-capture@^0.4.8",
"name": "react-native-signature-capture",
"escapedName": "react-native-signature-capture",
"rawSpec": "^0.4.8",
"saveSpec": null,
"fetchSpec": "^0.4.8"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-signature-capture/-/react-native-signature-capture-0.4.9.tgz",
"_shasum": "c581cedef6cea42beea40d0f7d210173196b9d4a",
"_spec": "react-native-signature-capture@^0.4.8",
"_where": "/Users/johnfrancis/Projects/opensource/react-native-signature-capture/Example",
"author": {
"name": "RepairShopr"
},
"bugs": {
"url": "https://github.com/RepairShopr/react-native-signature-capture/issues"
},
"bundleDependencies": false,
"dependencies": {
"prop-types": "^15.5.10"
},
"deprecated": false,
"description": "Lets users sign their signatures",
"homepage": "https://github.com/RepairShopr/react-native-signature-capture#readme",
"keywords": [
"react-component",
"react-native",
"ios",
"signature"
],
"license": "ISC",
"main": "SignatureCapture.js",
"name": "react-native-signature-capture",
"peerDependencies": {
"react-native": ">=0.47"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RepairShopr/react-native-signature-capture.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.4.9"
}