2016-01-11 09:28:28 -05:00
|
|
|
{
|
|
|
|
"name": "react-native-testfairy",
|
2017-04-04 09:53:39 -04:00
|
|
|
"version": "2.1.2",
|
2016-01-11 09:28:28 -05:00
|
|
|
"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": [
|
2016-01-27 07:15:55 -05:00
|
|
|
"react-component",
|
2016-01-11 09:28:28 -05:00
|
|
|
"testfairy",
|
2016-01-27 07:15:55 -05:00
|
|
|
"react-native",
|
2016-04-10 22:42:32 -04:00
|
|
|
"ios",
|
|
|
|
"android"
|
2016-01-11 09:28:28 -05:00
|
|
|
],
|
|
|
|
"author": "testfairy",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/testfairy/react-native-testfairy"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/testfairy/react-native-testfairy#readme"
|
|
|
|
}
|
|
|
|
|