forked from revtel/react-native-nfc-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 985 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
41
42
43
44
45
46
47
48
{
"name": "react-native-nfc-manager",
"version": "1.1.0",
"description": "A NFC module for react native.",
"main": "NfcManager",
"repository": {
"type": "git",
"url": "https://github.com/whitedogg13/react-native-nfc-manager.git"
},
"bugs": {
"url": "https://github.com/whitedogg13/react-native-nfc-manager/issues"
},
"keywords": [
"react-native",
"android",
"ios",
"nfc"
],
"files": [
"ByteParser.js",
"NfcManager.js",
"NdefParser.js",
"ndef-lib",
"index.d.ts",
"android",
"ios",
"react-native-nfc-manager.podspec",
"example"
],
"license": "Apache-2.0",
"author": {
"name": "Richie",
"url": "https://github.com/whitedogg13"
},
"jest": {
"testEnvironment": "node"
},
"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"
},
"scripts": {
"test": "jest"
}
}