react-native-appmetrica/package.json

39 lines
984 B
JSON
Raw Normal View History

2017-09-18 10:03:52 +03:00
{
"name": "react-native-appmetrica",
2018-09-10 16:08:49 +03:00
"version": "1.1.0",
2017-09-18 10:03:52 +03:00
"description": "React Native bridge to the AppMetrica on both iOS and Android",
"main": "index.js",
"scripts": {
2017-09-18 10:07:46 +03:00
"test": "npm run test:eslint",
"test:eslint": "eslint ."
2017-09-18 10:03:52 +03:00
},
"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"
2017-09-18 10:07:46 +03:00
},
"devDependencies": {
2017-09-30 15:41:58 +03:00
"babel-eslint": "^8.0.1",
2018-08-06 16:43:49 +03:00
"eslint": "^5.3.0",
2017-09-30 15:41:58 +03:00
"eslint-plugin-flowtype": "^2.37.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-react-native": "^3.1.0",
"flow-bin": "0.49.1"
2017-09-18 10:03:52 +03:00
}
}