forked from hundertschaft/react-native-scandit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1007 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
{
"name": "react-native-scandit",
"repository": {
"type": "git",
"url": "https://github.com/shoplinksys/react-native-scandit.git"
},
"version": "1.1.8",
"description": "A Scandit picker component for React Native.",
"author": "Shoplink GmbH <[email protected]> (http://shop.link)",
"contributors": [
"Boris Conforty <[email protected]>, Salathé Group, EPFL, Switzerland"
],
"nativePackage": true,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "cd _demo_ && npm --no-git-tag-version version patch && git stage package.json && cd .. && git commit -m '🔖 Version Bump' && npm version patch"
},
"license": "MIT",
"homepage": "https://github.com/shoplinksys/react-native-scandit.git",
"keywords": [
"scandit",
"react-native",
"react",
"native",
"camera",
"qr",
"code",
"barcode"
],
"peerDependencies": {
"react": ">15.4.1",
"react-native": ">0.41.2"
}
}