-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.72 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
59
60
61
{
"_args": [
[
"/Users/oskrojas/Documents/Mobile_old"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-4VbZ6wJVLUdai3WfSiTR2YacTxVuDamBrYl7lxbCrsqa0QyBSiupc5Yz5/Qg7GOuD72jhVXpWJvwJQSmMRy4dQ==",
"_location": "/react-native-signature-capture",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "react-native-signature-capture",
"escapedName": "react-native-signature-capture",
"rawSpec": "0.4.10",
"saveSpec": null,
"fetchSpec": "0.4.10"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-signature-capture/-/react-native-signature-capture-0.4.10.tgz",
"_spec": "0.4.10",
"_where": "/Users/oskrojas/Documents/Mobile_old",
"author": {
"name": "RepairShopr"
},
"bugs": {
"url": "https://github.com/RepairShopr/react-native-signature-capture/issues"
},
"dependencies": {
"prop-types": "^15.5.10"
},
"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.10"
}