forked from Kimaia/react-native-hyperlinked-text
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 989 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": "@erickcrus/react-native-hyperlinked-text",
"version": "0.0.3",
"keywords": [
"react-native",
"hyperlink",
"hyperlinks",
"regex",
"links"
],
"dependencies": {
"prop-types": "^15.6.0",
"ramda": "^0.24.1"
},
"publishConfig":{
"access": "public"
},
"description": "Text component for React Native with regex defined hyperlinks forked from https://github.com/Kimaia/react-native-hyperlinked-text",
"main": "HyperlinkedText.js",
"devDependencies": {},
"peerDependencies": {
"react-native": "*"
},
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "https://github.com/erickcrus/react-native-hyperlinked-text.git"
},
"author": "Erick Crus <erickcrus_@hotmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/erickcrus/react-native-hyperlinked-text/issues"
},
"homepage": "https://github.com/erickcrus/react-native-hyperlinked-text#readme"
}