Files
2017-08-29 13:16:31 +02:00

28 lines
543 B
JSON

{
"name": "Autolinker.js",
"main": "dist/Autolinker.js",
"homepage": "https://github.com/gregjacobs/Autolinker.js",
"authors": [
"Gregory Jacobs <greg@greg-jacobs.com>"
],
"description": "Automatically links URLs, email addresses, and Twitter handles in a string of text or HTML.",
"keywords": [
"auto",
"link",
"autolink",
"url",
"urls",
"anchor"
],
"license": "MIT",
"ignore": [
"**/.*",
"build",
"node_modules",
"bower_components",
"test",
"tests",
"vendor"
]
}