11{
2-   "name" : " react-native-nearby-api" 
2+   "name" : " @badfeatures/ react-native-nearby-api" 
33  "version" : " 0.0.4" 
44  "description" : " React Native wrapper around Google's Nearby API SDK" 
55  "main" : " index.js" 
88    "start" : " node node_modules/react-native/local-cli/cli.js start" 
99    "run:packager" : " ./node_modules/react-native/packager/packager.sh" 
1010    "run:ios" : " react-native run-ios --project-path ./example/ios" 
11-     "build:ios" :
12-       " bundle install --binstubs ./example/ios && bundle exec pod install --project-directory=./example/ios/ && yarn bundle:ios" 
13-     "bundle:ios" :
14-       " 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'" 
11+     "build:ios" : " bundle install --binstubs ./example/ios && bundle exec pod install --project-directory=./example/ios/ && yarn bundle:ios" 
12+     "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'" 
1513    "build:android" : " ./gradlew :react-native-nearby-api:assembleDebug" 
1614    "start:android" : " adb shell am start -n com.example/.MainActivity" 
1715    "run:android" : " ./gradlew installDebug && yarn start:android" 
2624    " ios" 
2725  ],
2826  "author" : " Bad Features, Inc" 
29-   "license" : " " 
27+   "license" : " ISC " 
3028  "peerDependencies" : {
3129    "react" : " >=15.4.0 || ^16.0.0-alpha" 
3230    "react-native" : " ^0.41.2" 
4240    "android" : {
4341      "sourceDir" : " ./android" 
4442    }
45-   }
46- }
43+   },
44+   "repository" : {
45+     "type" : " git" 
46+     "url" : " git+https://github.com/badfeatures/react-native-nearby-api.git" 
47+   },
48+   "bugs" : {
49+     "url" : " https://github.com/badfeatures/react-native-nearby-api/issues" 
50+   },
51+   "homepage" : " https://github.com/badfeatures/react-native-nearby-api#readme" 
52+ }
0 commit comments