mirror of
https://github.com/status-im/react-native-testfairy.git
synced 2025-02-23 15:48:12 +00:00
29 lines
676 B
JSON
29 lines
676 B
JSON
{
|
|
"name": "react-native-testfairy",
|
|
"version": "2.1.2",
|
|
"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": [
|
|
"react-component",
|
|
"testfairy",
|
|
"react-native",
|
|
"ios",
|
|
"android"
|
|
],
|
|
"author": "testfairy",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/testfairy/react-native-testfairy"
|
|
},
|
|
"homepage": "https://github.com/testfairy/react-native-testfairy#readme"
|
|
}
|
|
|