tabby/terminus-settings/package.json

36 lines
858 B
JSON
Raw Normal View History

2017-04-12 04:45:59 +08:00
{
"name": "terminus-settings",
2017-08-02 21:22:32 +08:00
"version": "1.0.0-alpha.24",
2017-04-12 04:45:59 +08:00
"description": "Terminus terminal settings page",
"keywords": [
"terminus-plugin"
],
2017-04-12 04:45:59 +08:00
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "webpack --progress --color --display-modules",
"watch": "webpack --progress --color --watch"
},
2017-06-05 00:58:00 +08:00
"files": [
"dist"
],
2017-04-12 04:45:59 +08:00
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
"@types/deep-equal": "1.0.0",
"@types/node": "7.0.12",
"@types/webpack-env": "1.13.0",
2017-06-21 05:28:58 +08:00
"ngx-pipes": "^1.6.1"
2017-04-12 04:45:59 +08: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"
2017-06-10 06:29:16 +08:00
},
"false": {}
2017-04-12 04:45:59 +08:00
}