-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
77 lines (77 loc) · 1.89 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"_args": [
[
"C:\\GitLab\\kantar_mobil"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-yvqyaBPXqlxx4i62keOXUu+t1RfkbClAU5Z3IYlYZbMVzl4yY3xnEpfSrlKxWn2nE18xD9CbxFiZVSvEfb4PgA==",
"_location": "/react-native-nfc-manager",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "react-native-nfc-manager",
"escapedName": "react-native-nfc-manager",
"rawSpec": "1.2.1",
"saveSpec": null,
"fetchSpec": "1.2.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-nfc-manager/-/react-native-nfc-manager-1.2.1.tgz",
"_spec": "1.2.1",
"_where": "C:\\GitLab\\kantar_mobil",
"author": {
"name": "Richie",
"url": "https://github.com/whitedogg13"
},
"bugs": {
"url": "https://github.com/whitedogg13/react-native-nfc-manager/issues"
},
"description": "A NFC module for react native.",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-jest": "^22.4.3",
"babel-preset-env": "^1.6.1",
"jest": "^22.4.3",
"jest-cli": "^22.4.3"
},
"files": [
"ByteParser.js",
"NfcManager.js",
"NdefParser.js",
"ndef-lib",
"index.d.ts",
"android",
"ios",
"react-native-nfc-manager.podspec",
"example"
],
"homepage": "https://github.com/whitedogg13/react-native-nfc-manager#readme",
"jest": {
"testEnvironment": "node"
},
"keywords": [
"react-native",
"android",
"ios",
"nfc"
],
"license": "Apache-2.0",
"main": "NfcManager",
"name": "react-native-nfc-manager",
"repository": {
"type": "git",
"url": "git+https://github.com/whitedogg13/react-native-nfc-manager.git"
},
"scripts": {
"test": "jest"
},
"version": "1.2.1"
}