2017-04-11 00:22:48 +00:00
|
|
|
{
|
|
|
|
"name": "terminus-terminal",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "Terminus' terminal emulation core",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"scripts": {
|
2017-04-11 20:45:59 +00:00
|
|
|
"build": "webpack --progress --color --display-modules",
|
2017-04-11 00:22:48 +00:00
|
|
|
"watch": "webpack --progress --color --watch"
|
|
|
|
},
|
|
|
|
"author": "Eugene Pankov",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/deep-equal": "1.0.0",
|
|
|
|
"@types/node": "7.0.12",
|
|
|
|
"@types/webpack-env": "1.13.0",
|
|
|
|
"awesome-typescript-loader": "3.1.2",
|
|
|
|
"css-loader": "^0.28.0",
|
2017-04-11 20:45:59 +00:00
|
|
|
"dataurl": "0.1.0",
|
|
|
|
"deep-equal": "1.0.1",
|
2017-04-11 00:22:48 +00:00
|
|
|
"pug": "^2.0.0-beta11",
|
|
|
|
"pug-loader": "^2.3.0",
|
|
|
|
"raw-loader": "^0.5.1",
|
|
|
|
"sass-loader": "^6.0.3",
|
2017-04-11 20:45:59 +00:00
|
|
|
"to-string-loader": "^1.1.5",
|
2017-04-17 12:57:22 +00:00
|
|
|
"typescript": "^2.2.2",
|
2017-04-11 00:22:48 +00:00
|
|
|
"webpack": "2.3.3"
|
|
|
|
},
|
2017-04-11 20:45:59 +00:00
|
|
|
"peerDependencies": {
|
2017-04-11 00:22:48 +00:00
|
|
|
"@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",
|
2017-04-11 20:45:59 +00:00
|
|
|
"terminus-core": "*",
|
|
|
|
"terminus-settings": "*",
|
|
|
|
"rxjs": "5.3.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-04-11 00:22:48 +00:00
|
|
|
"child-process-promise": "2.2.1",
|
|
|
|
"fs-promise": "2.0.2",
|
2017-04-11 20:45:59 +00:00
|
|
|
"font-manager": "0.2.2",
|
2017-04-11 00:22:48 +00:00
|
|
|
"hterm-commonjs": "1.0.0",
|
2017-04-11 20:45:59 +00:00
|
|
|
"node-pty": "0.6.2"
|
2017-04-11 00:22:48 +00:00
|
|
|
}
|
|
|
|
}
|