react-native-headless
Version:
Headless, Foreground and Background for Reac-native
51 lines (50 loc) • 1.26 kB
JSON
{
"name": "react-native-headless",
"main": "index.js",
"description": "Headless, Foreground and Background for Reac-native",
"version": "0.0.4",
"repository": {
"type": "git",
"url": "git+https://github.com/telefon-one/react-native-headless.git"
},
"author": {
"name": "Anton Dodonov",
"email": "cpodimas@gmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/telefon-one/react-native-headless/issues"
},
"homepage": "https://github.com/telefon-one/react-native-headless#readme",
"keywords": [
"react-component",
"react-native",
"android",
"dialer",
"telecom"
],
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"nativePackage": "true",
"peerDependencies": {
"react-native": ">=0.40.0"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/runtime": "^7.7.7",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.9.0",
"eslint": "^6.8.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.57.0",
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native"
}
}