-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 822 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
{
"name": "@cylution/react-native-fake-caret",
"version": "1.0.3",
"main": "FakeCaret.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"caret",
"caret fake",
"caret simulate",
"caret faking",
"caret cursor",
"typing cursor",
"typing fake",
"typing icon",
"typing flash",
"react native"
],
"author": "0x0a0d",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/0x0a0d/react-native-fake-caret.git"
},
"bugs": {
"url": "https://github.com/0x0a0d/react-native-fake-caret/issues"
},
"homepage": "https://github.com/0x0a0d/react-native-fake-caret#readme",
"description": "react-native-fake-caret creates a fake caret, used in some cases as otp focus",
"private": false
}