{
  "name": "react-native-log-ios",
  "version": "1.5.0",
  "description": "React Native log iOS",
  "main": "bin/log.js",
  "bin": {
    "react-native-log-ios": "bin/log.js"
  },
  "scripts": {
    "test": "npx jest __tests__/index.js"
  },
  "preferGlobal": true,
  "files": [
    "bin/"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Annihil/react-native-log-ios.git"
  },
  "keywords": [
    "react-native",
    "ios",
    "log",
    "logger",
    "xcode",
    "osx",
    "mac",
    "macos",
    "macosx",
    "mac os x",
    "ios simulator"
  ],
  "author": "Annihil",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Annihil/react-native-log-ios/issues"
  },
  "homepage": "https://github.com/Annihil/react-native-log-ios#readme",
  "dependencies": {
    "commander": "^2.19.0"
  },
  "devDependencies": {
    "jest": "^23.6.0"
  }
}
