mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
26 lines
641 B
JSON
26 lines
641 B
JSON
{
|
|
"name": "terminus-clickable-links",
|
|
"version": "0.0.1",
|
|
"description": "Makes URLs and file paths clickable in Terminus",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "webpack --progress --color",
|
|
"watch": "webpack --progress --color --watch"
|
|
},
|
|
"author": "Eugene Pankov",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"awesome-typescript-loader": "^3.1.2",
|
|
"typescript": "^2.2.2",
|
|
"webpack": "^2.3.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/core": "^4.0.1",
|
|
"terminus-core": "*",
|
|
"terminus-terminal": "*"
|
|
},
|
|
"dependencies": {
|
|
"untildify": "^3.0.2"
|
|
}
|
|
}
|