forked from Novadart/react-native-nfc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 947 Bytes
/
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
{
"name": "react-native-nfc",
"description": "This project has the goal of making it easy (or easier) to scan NFC tags and read the NDEF records they contain",
"license": "MIT",
"homepage": "https://github.com/Novadart/react-native-nfc",
"version": "0.3.0",
"main": "index.js",
"keywords": [
"react-native",
"nfc",
"ndef",
"react",
"native"
],
"bugs": {
"url": "https://github.com/Novadart/react-native-nfc/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Novadart/react-native-nfc.git"
},
"devDependencies": {
"react-native": "0.40.0"
},
"peerDependencies": {
"react-native": ">=0.40.0"
},
"nativePackage": true,
"author": "Novadart",
"contributors": [
{
"name": "Giordano Battilana (giordy)",
"email": "[email protected]"
},
{
"name": "Symous",
"url": "https://github.com/Symous"
}
]
}