forked from fullstackreact/react-native-firestack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 737 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 737 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
{
"name": "react-native-firestack",
"version": "0.0.7",
"author": "Ari Lerner <ari@fullstack.io> (https://fullstackreact.com)",
"description": "A firebase v3 adapter",
"main": "firestack",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"compile": "babel --presets es2015,stage-0 -d . src/",
"dev": "npm run compile -- --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/fullstackreact/react-native-firestack.git"
},
"license": "ISC",
"keywords": [
"react",
"react-native",
"react-native-firestack",
"firestack",
"firebase"
],
"peerDependencies": {
"firebase": "3.x.x",
"react": "*",
"react-native": "*"
}
}