File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " react-native-powerbi" ,
3
+ "version" : " 0.1.0" ,
4
+ "description" : " PowerBI Embed for React Native" ,
5
+ "main" : " index.js" ,
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " git+https://github.com/wbroek/react-native-powerbi.git"
9
+ },
10
+ "keywords" : [
11
+ " react" ,
12
+ " native" ,
13
+ " powerbi"
14
+ ],
15
+ "author" : " Wouter van den Broek" ,
16
+ "license" : " MIT" ,
17
+ "bugs" : {
18
+ "url" : " https://github.com/wbroek/react-native-powerbi/issues"
19
+ },
20
+ "homepage" : " https://github.com/wbroek/react-native-powerbi#readme" ,
21
+ "peerDependencies" : {
22
+ "react" : " >= 15.x" ,
23
+ "react-native" : " >= 0.40.x"
24
+ },
25
+ "dependencies" : {
26
+ "react-native-wkwebview-reborn" : " >= 1.0.0"
27
+ },
28
+ "devDependencies" : {
29
+ "babel-preset-react-native" : " ^4.0.0"
30
+ }
31
+ }
You can’t perform that action at this time.
0 commit comments