react-native-log-ios
Version:
React Native log iOS
46 lines (45 loc) • 884 B
JSON
{
"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"
}
}