-
Notifications
You must be signed in to change notification settings - Fork 293
/
Copy pathpackage.json
33 lines (33 loc) · 820 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
{
"name": "react-native-textinput-effects",
"version": "0.6.3",
"description": "TextInput effects for react native",
"license": "MIT",
"keywords": [
"react",
"react-component",
"react-native",
"text input",
"textinput",
"textfield",
"animation",
"animated",
"ios",
"android"
],
"main": "lib/index.js",
"types": "types/types.d.ts",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/halilb/react-native-textinput-effects.git"
},
"bugs": {
"url": "https://github.com/halilb/react-native-textinput-effects/issues"
},
"author": "Halil Bilir <[email protected]>",
"homepage": "https://github.com/halilb/react-native-textinput-effects#readme",
"dependencies": {
"@types/react-native-vector-icons": "^6.4.5"
}
}