mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
22 lines
512 B
JSON
22 lines
512 B
JSON
{
|
|
"name": "tabby-linkifier",
|
|
"version": "1.0.171-nightly.3",
|
|
"description": "Makes URLs, IPs and file paths clickable in Tabby",
|
|
"keywords": [
|
|
"tabby-builtin-plugin"
|
|
],
|
|
"main": "dist/index.js",
|
|
"typings": "typings/index.d.ts",
|
|
"scripts": {
|
|
"build": "webpack --progress --color --display-modules",
|
|
"watch": "webpack --progress --color --watch"
|
|
},
|
|
"files": [
|
|
"typings"
|
|
],
|
|
"author": "Eugene Pankov",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"untildify": "^4.0.0"
|
|
}
|
|
}
|