forked from clauderic/react-native-highlight-words
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1011 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
39
40
{
"name": "react-native-highlight-words",
"version": "1.0.1",
"description": "A React Native port of react-highlight-words. This component is used to highlight words within a larger body of text.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/clauderic/react-native-highlight-words.git"
},
"keywords": [
"react-native",
"react",
"reactjs",
"react-component",
"highlighter",
"highlight",
"text",
"words",
"matches",
"substring",
"occurrences",
"search"
],
"author": "Clauderic Demers",
"license": "MIT",
"bugs": {
"url": "https://github.com/clauderic/react-native-highlight-words/issues"
},
"homepage": "https://github.com/clauderic/react-native-highlight-words",
"dependencies": {
"highlight-words-core": "^1.0.3",
"prop-types": "^15.5.7"
},
"peerDependencies": {
"react": "^15.5.0 || ^16"
}
}