diff --git a/package.json b/package.json index 3389874..d9015cc 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "react-native-nearby-api", + "name": "@badfeatures/react-native-nearby-api", "version": "0.0.4", "description": "React Native wrapper around Google's Nearby API SDK", "main": "index.js", @@ -8,10 +8,8 @@ "start": "node node_modules/react-native/local-cli/cli.js start", "run:packager": "./node_modules/react-native/packager/packager.sh", "run:ios": "react-native run-ios --project-path ./example/ios", - "build:ios": - "bundle install --binstubs ./example/ios && bundle exec pod install --project-directory=./example/ios/ && yarn bundle:ios", - "bundle:ios": - "node node_modules/react-native/local-cli/cli.js bundle --entry-file='./example/index.js' --bundle-output='./example/ios/example/main.jsbundle' --dev=false --platform='ios'", + "build:ios": "bundle install --binstubs ./example/ios && bundle exec pod install --project-directory=./example/ios/ && yarn bundle:ios", + "bundle:ios": "node node_modules/react-native/local-cli/cli.js bundle --entry-file='./example/index.js' --bundle-output='./example/ios/example/main.jsbundle' --dev=false --platform='ios'", "build:android": "./gradlew :react-native-nearby-api:assembleDebug", "start:android": "adb shell am start -n com.example/.MainActivity", "run:android": "./gradlew installDebug && yarn start:android", @@ -26,7 +24,7 @@ "ios" ], "author": "Bad Features, Inc", - "license": "", + "license": "ISC", "peerDependencies": { "react": ">=15.4.0 || ^16.0.0-alpha", "react-native": "^0.41.2" @@ -42,5 +40,13 @@ "android": { "sourceDir": "./android" } - } -} + }, + "repository": { + "type": "git", + "url": "git+https://github.com/badfeatures/react-native-nearby-api.git" + }, + "bugs": { + "url": "https://github.com/badfeatures/react-native-nearby-api/issues" + }, + "homepage": "https://github.com/badfeatures/react-native-nearby-api#readme" +} \ No newline at end of file