-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 821 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 821 Bytes
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
{
"name": "react-native-firebaseui",
"version": "0.3.0",
"description": "React Native Firebase Bindings Based on FirebaseUI SDK",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/rmrs/react-native-firebaseui.git"
},
"keywords": [
"react-native"
],
"author": "Erez Rokah <erezrokah@gmail.com>",
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.40"
},
"bugs": {
"url": "https://github.com/rmrs/react-native-firebaseui/issues"
},
"homepage": "https://github.com/rmrs/react-native-firebaseui#readme",
"dependencies": {
"prop-types": "^15.5.10"
},
"scripts": {
"tag": "git tag \"v$npm_package_version\" && git push --tags",
"prepublishOnly": "yarn run tag"
},
"devDependencies": {
"prettier": "^1.19.1"
}
}