34 lines
806 B
JSON
34 lines
806 B
JSON
{
|
|
"name": "react-native-appmetrica",
|
|
"version": "0.0.2",
|
|
"description": "React Native bridge to the AppMetrica on both iOS and Android",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "npm run test:eslint",
|
|
"test:eslint": "eslint ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/doochik/react-native-appmetrica.git"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"appmetrica",
|
|
"component",
|
|
"ios",
|
|
"android"
|
|
],
|
|
"author": "Aleksei Androsov <doochik@ya.ru>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/doochik/react-native-appmetrica/issues"
|
|
},
|
|
"homepage": "https://github.com/doochik/react-native-appmetrica#readme",
|
|
"peerDependencies": {
|
|
"react-native": ">=0.45"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^4.7.0"
|
|
}
|
|
}
|