forked from Kimaia/react-native-hyperlinked-text
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 890 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
{
"name": "react-native-hyperlinked-text",
"version": "1.0.2",
"keywords": [
"react-native",
"hyperlink",
"hyperlinks",
"regex",
"links"
],
"dependencies": {
"prop-types": "^15.6.0",
"ramda": "^0.24.1"
},
"description": "Text component for React Native with regex defined hyperlinks",
"main": "HyperlinkedText.js",
"devDependencies": {},
"peerDependencies": {
"react-native": ">=0.46.1"
},
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kimaia/react-native-hyperlinked-text.git"
},
"author": "Doron Tohar <[email protected]> (https://www.kimaia.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Kimaia/react-native-hyperlinked-text/issues"
},
"homepage": "https://github.com/Kimaia/react-native-hyperlinked-text#readme"
}