-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
49 lines (49 loc) · 1.17 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
{
"author": {
"name": "Headuck"
},
"bugs": {
"url": "https://github.com/headuck/react-native-zebra-rfid/issues"
},
"dependencies": {},
"devDependencies": {
"eslint": "^5.7.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
},
"description": "React native zebra RIFD for Android",
"directories": {},
"homepage": "https://github.com/headuck/react-native-zebra-rfid#readme",
"keywords": [
"React",
"Native",
"Shared",
"Preference",
"Android",
"react-component",
"react-native"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "headuck",
"email": "[email protected]"
}
],
"name": "react-native-zebra-rfid",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/headuck/react-native-zebra-rfid.git"
},
"scripts": {
"lint": "eslint *.js **/*.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.1"
}