forked from windwang/react-native-smart-barcode
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 813 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
{
"name": "@flyskywhy/react-native-smart-barcode",
"version": "1.2.3",
"description": "A smart barcode scanner component for React Native app",
"main": "Barcode.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flyskywhy/react-native-smart-barcode.git"
},
"keywords": [
"react-native",
"smart",
"barcode",
"scan"
],
"author": "HISAME SHIZUMARU",
"license": "MIT",
"bugs": {
"url": "https://github.com/flyskywhy/react-native-smart-barcode/issues"
},
"homepage": "https://github.com/flyskywhy/react-native-smart-barcode#readme",
"dependencies": {
"deprecated-react-native-prop-types": "^4.0.0"
},
"peerDependencies": {
"react-native": ">=0.40.0"
}
}