-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 977 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
{
"name": "@getyoti/react-native-yoti-button",
"version": "2.1.1",
"description": "A <YotiButton /> component for React Native",
"main": "YotiButton.js",
"license": "MIT",
"author": "Yoti Ltd",
"contributors": [],
"repository": {
"type": "git",
"url": "[email protected]:getyoti/react-native-sdk-button.git"
},
"devDependencies": {
"babel-eslint": "5.0.0-beta8",
"eslint": "6.8.0",
"eslint-config-airbnb": "4.0.0",
"eslint-plugin-react": "3.16.1",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-hot-loader": "^4.6.3",
"react-native": "^0.57.8"
},
"dependencies": {
"keymirror": "^0.1.1",
"prop-types": "^15.5.10"
},
"scripts": {
"test": "node_modules/.bin/eslint *.js"
},
"files": [
"android",
"ios",
"lib",
"YotiButton.js",
"react-native-yoti-button.podspec"
]
}