react-native-hyperlinked-text
Version:
Text component for React Native with regex defined hyperlinks
35 lines (34 loc) • 890 B
JSON
{
"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 <doron.tohar@gmail.com> (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"
}