Skip to content

Commit 3fc9422

Browse files
committed
Update package json
1 parent 06b9a6f commit 3fc9422

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

package.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
}

0 commit comments

Comments
 (0)