|
1 | 1 | { |
2 | | - "name": "Firestack", |
3 | | - "version": "0.0.5", |
4 | | - "keywords": [ |
5 | | - "react-native", |
6 | | - "react", |
7 | | - "native", |
8 | | - "firebase" |
9 | | - ], |
| 2 | + "name": "react-native-firestack", |
| 3 | + "version": "0.0.1", |
| 4 | + "author": "Ari Lerner <ari@fullstack.io> (https://fullstackreact.com)", |
| 5 | + "description": "A firebase v3 adapter", |
| 6 | + "private": true, |
10 | 7 | "main": "firestack", |
11 | | - "repository": { |
12 | | - "type": "git", |
13 | | - "url": "https://github.com/fullstackreact/react-native-firestack.git" |
14 | | - }, |
15 | | - "nativePackage": true, |
16 | 8 | "scripts": { |
| 9 | + "start": "node node_modules/react-native/local-cli/cli.js start", |
17 | 10 | "compile": "babel --presets es2015,stage-0 -d . src/", |
18 | 11 | "dev": "npm run compile -- --watch", |
19 | | - "cocoapod:validate": "cd ios && pod lib lint --subspec=Lib --allow-warnings", |
20 | | - "pod:install": "cd ios && pod install", |
21 | | - "test": "eslint firestack.ios.js", |
22 | | - "postinstall": "./scripts/postinstall.sh" |
23 | 12 | }, |
24 | | - "author": "Ari Lerner <ari@fullstack.io> (https://fullstackreact.com)", |
| 13 | + "repository": { |
| 14 | + "type": "git", |
| 15 | + "url": "https://github.com/fullstackreact/react-native-firestack.git" |
| 16 | + }, |
25 | 17 | "license": "ISC", |
26 | | - "description": "A firebase v3 adapter", |
| 18 | + "keywords": [ |
| 19 | + "react", |
| 20 | + "react-native", |
| 21 | + "react-native-firestack", |
| 22 | + "firestack", |
| 23 | + "firebase" |
| 24 | + ], |
27 | 25 | "peerDependencies": { |
28 | 26 | "firebase": "3.x.x", |
29 | 27 | "react": "*", |
30 | 28 | "react-native": "*" |
31 | 29 | }, |
32 | 30 | "devDependencies": { |
33 | | - "babel": "^6.5.2", |
34 | | - "babel-cli": "^6.10.1", |
35 | | - "babel-eslint": "^6.0.4", |
36 | | - "babel-preset-es2015": "^6.9.0", |
37 | | - "babel-preset-stage-0": "^6.5.0", |
38 | | - "eslint": "^2.9.0", |
39 | | - "eslint-plugin-react": "^5.0.1", |
40 | 31 | "firebase": "^3.0.5", |
41 | 32 | "react": "^15.1.0", |
42 | | - "react-native": "^0.27.2" |
| 33 | + "react-native": "0.27.2" |
43 | 34 | } |
44 | 35 | } |
0 commit comments