forked from yandexmobile/react-native-appmetrica
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 984 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "react-native-appmetrica",
"version": "2.0.0",
"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 <[email protected]>",
"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": {
"babel-eslint": "^8.0.1",
"eslint": "^5.3.0",
"eslint-plugin-flowtype": "^2.37.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-react-native": "^3.1.0",
"flow-bin": "0.49.1"
}
}