-
Notifications
You must be signed in to change notification settings - Fork 167
/
package.json
30 lines (30 loc) · 913 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
{
"name": "react-native-openalpr",
"title": "React Native Openalpr",
"version": "2.2.0",
"description": "Open ALRP component for React Native",
"main": "index.js",
"scripts": {
"publish": "npx np --no-tests --no-yarn",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RobertSasak/react-native-openalpr.git",
"baseUrl": "https://github.com/RobertSasak/react-native-openalpr"
},
"keywords": [
"react-native"
],
"homepage": "https://github.com/RobertSasak/react-native-openalpr",
"author": {
"name": "Evan Rosenfeld, CarDash <www.cardash.com>"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.3",
"react-native": "^0.60.0"
}
}