Eugene Pankov 0ea346a6ae wip
2017-04-11 02:22:48 +02:00

25 lines
613 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"
},
"dependencies": {
"@angular/core": "^4.0.1",
"terminus-core": "*",
"terminus-terminal": "*",
"untildify": "^3.0.2"
}
}