rn-oauth
Version:
An oauth manager for dealing with the complexities of oauth
49 lines • 1.28 kB
JSON
{
"name": "rn-oauth",
"version": "2.1.17",
"author": "Ari Lerner <ari@fullstack.io> (https://fullstackreact.com)",
"description": "An oauth manager for dealing with the complexities of oauth",
"main": "./react-native-oauth.js",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"build": "./node_modules/.bin/babel --source-maps=true --out-dir=dist .",
"dev": "npm run compile -- --watch",
"lint": "eslint ./src",
"publish_pages": "gh-pages -d public/",
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/hannanshaik/react-native-oauth.git"
},
"license": "ISC",
"keywords": [
"react",
"react-native",
"react-native-firestack",
"firestack",
"firebase",
"oauth",
"twitter"
],
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"rnpm": {
"commands": {
"prelink": "node_modules/rn-oauth/bin/prepare.sh",
"postlink": "node_modules/rn-oauth/bin/cocoapods.sh"
},
"ios": {
"project": "ios/OAuthManager.xcodeproj"
},
"android": {
"packageInstance": "new OAuthManagerPackage()"
}
},
"dependencies": {
"invariant": "^2.2.1",
"valib": "^2.0.0"
}
}