tabby/terminus-settings/package.json

35 lines
860 B
JSON
Raw Normal View History

2017-04-11 20:45:59 +00:00
{
"name": "terminus-settings",
"version": "1.0.83-nightly.4",
2017-04-11 20:45:59 +00:00
"description": "Terminus terminal settings page",
"keywords": [
2017-11-04 18:06:58 +00:00
"terminus-builtin-plugin"
],
2017-04-11 20:45:59 +00:00
"main": "dist/index.js",
2019-06-06 11:45:15 +00:00
"typings": "typings/index.d.ts",
2017-04-11 20:45:59 +00:00
"scripts": {
"build": "webpack --progress --color --display-modules",
"watch": "webpack --progress --color --watch"
},
2017-06-04 16:58:00 +00:00
"files": [
"typings"
2017-06-04 16:58:00 +00:00
],
2017-04-11 20:45:59 +00:00
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
"@types/deep-equal": "1.0.1",
"@types/node": "12.0.10",
"@types/webpack-env": "1.13.9",
2017-06-20 21:28:58 +00:00
"ngx-pipes": "^1.6.1"
2017-04-11 20:45:59 +00:00
},
"peerDependencies": {
"@angular/common": "4.0.1",
"@angular/core": "4.0.1",
"@angular/forms": "4.0.1",
"@angular/platform-browser": "4.0.1",
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.22",
"terminus-core": "*",
"rxjs": "5.3.0"
2018-12-10 16:18:23 +00:00
}
2017-04-11 20:45:59 +00:00
}