1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-10-26 12:43:50 +03:00
tabby/terminus-plugin-manager/package.json

41 lines
1005 B
JSON
Raw Normal View History

2017-06-01 23:23:36 +03:00
{
"name": "terminus-plugin-manager",
2017-07-01 01:54:55 +03:00
"version": "1.0.0-alpha.14",
2017-06-01 23:23:36 +03:00
"description": "Terminus' plugin manager",
2017-07-01 01:54:55 +03:00
"keywords": ["terminus-plugin"],
2017-06-01 23:23:36 +03:00
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "webpack --progress --color --display-modules",
"watch": "webpack --progress --color --watch"
},
"files": [
"dist"
],
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
"@types/mz": "0.0.31",
"@types/node": "7.0.12",
"@types/semver": "^5.3.31",
"@types/webpack-env": "1.13.0",
2017-06-04 19:58:00 +03:00
"ngx-pipes": "^1.6.1",
2017-06-21 00:28:58 +03:00
"css-loader": "^0.28.0",
"semver": "^5.3.0"
2017-06-01 23:23:36 +03: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": "*",
"terminus-settings": "*",
"rxjs": "5.3.0"
},
"dependencies": {
2017-06-24 15:14:57 +03:00
"axios": "^0.16.2"
2017-06-10 01:29:16 +03:00
},
"false": {}
2017-06-01 23:23:36 +03:00
}