mirror of
https://github.com/nextcloud/nextcloud.com.git
synced 2026-01-12 15:44:37 +00:00
28 lines
543 B
JSON
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"
|
|
]
|
|
}
|