UNPKG

react-native-app-store-review

Version:
56 lines (55 loc) 1.29 kB
{ "name": "react-native-app-store-review", "version": "1.0.0", "description": "Rate on app store inside your app", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/github_account/react-native-app-store-review.git", "baseUrl": "https://github.com/github_account/react-native-app-store-review" }, "keywords": [ "react-native", "react-component", "react-native-component", "react", "review", "app-store", "app", "ios", "store", "mobile", "rating", "reviews", "rate" ], "files": [ "/ios", "/index.js", "/src", "/*.podspec" ], "author": { "email": "contact@magrin.fr", "name": "Jeremy Magrin" }, "license": "MIT", "licenseFilename": "LICENSE", "readmeFilename": "README.md", "homepage": "https://github.com/magrinj/react-native-app-store-review", "bugs": { "url": "https://github.com/magrinj/react-native-app-store-review/issues" }, "peerDependencies": { "react-native": ">=0.20.0" }, "devDependencies": { "babel-eslint": "^7.1.1", "eslint": "^4.18.2", "eslint-plugin-flowtype": "^2.30.3", "eslint-plugin-react": "^6.10.2" } }