mirror of
https://github.com/status-im/react-native-testfairy.git
synced 2025-02-24 08:08:09 +00:00
26 lines
627 B
JSON
26 lines
627 B
JSON
{
|
|
"name": "react-native-testfairy",
|
|
"version": "1.6.0",
|
|
"description": "TestFairy for React Native",
|
|
"author": "Gil Megidish",
|
|
"main": "./index.js",
|
|
"scripts": {
|
|
"test": "echo \"Warn: no test specified. Skipping.\" && exit 0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/testfairy/react-native-testfairy"
|
|
},
|
|
"keywords": [
|
|
"testfairy",
|
|
"react-native"
|
|
],
|
|
"author": "testfairy",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/testfairy/react-native-testfairy"
|
|
},
|
|
"homepage": "https://github.com/testfairy/react-native-testfairy#readme"
|
|
}
|
|
|