1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-30 22:53:31 +03:00
tabby/terminus-clickable-links/package.json
Eugene Pankov 46b0b0e172 .
2017-04-30 00:25:01 +02:00

28 lines
662 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"
},
"files": ["dist"],
"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"
}
}