forked from RepairShopr/react-native-signature-capture
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 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
{
"_args": [
[
"git+https://github.com/agrass/react-native-signature-capture.git",
"/Users/feliperojos/Projects/datascope/datascope"
]
],
"_from": "git+https://github.com/agrass/react-native-signature-capture.git",
"_id": "react-native-signature-capture@git+https://github.com/agrass/react-native-signature-capture.git#38e586fa2aaa9584d933104e4436d0b67d96b4b2",
"_inBundle": false,
"_integrity": "",
"_location": "/react-native-signature-capture",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "git+https://github.com/agrass/react-native-signature-capture.git",
"rawSpec": "git+https://github.com/agrass/react-native-signature-capture.git",
"saveSpec": "git+https://github.com/agrass/react-native-signature-capture.git",
"fetchSpec": "https://github.com/agrass/react-native-signature-capture.git",
"gitCommittish": null
},
"_requiredBy": [
"/"
],
"_resolved": "git+https://github.com/agrass/react-native-signature-capture.git#38e586fa2aaa9584d933104e4436d0b67d96b4b2",
"_spec": "git+https://github.com/agrass/react-native-signature-capture.git",
"_where": "/Users/feliperojos/Projects/datascope/datascope",
"author": {
"name": "RepairShopr"
},
"bugs": {
"url": "https://github.com/RepairShopr/react-native-signature-capture/issues"
},
"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",
"repository": {
"type": "git",
"url": "git+https://github.com/agrass/react-native-signature-capture.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.5.0"
}