-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 788 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 788 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-store-view",
"version": "3.1.2",
"description": "Wraps SKStoreProductViewController to open items in the App Store from within react-native projects.",
"main": "index.ios.js",
"scripts": {
"test": "flow"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rh389/react-native-store-view.git"
},
"keywords": [
"react-native",
"SKStoreProductViewController",
"ios"
],
"author": "Rob Hogan <roberthogan@blueyonder.co.uk>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rh389/react-native-store-view/issues"
},
"devDependencies": {
"flow-bin": "0.53.1",
"react": "16.0.0",
"react-native": "0.49.3"
},
"homepage": "https://github.com/rh389/react-native-store-view#readme"
}