Browse Source

Fixed Package.json and updated README.md

pull/151/head
Koushik M L N 6 years ago
parent
commit
21da7fee58
  1. 3
      README.md
  2. 5
      package.json

3
README.md

@ -21,9 +21,6 @@ time.
* `yum install sshpass` (red hat flavours eg. CentOs) only for auto-login feature * `yum install sshpass` (red hat flavours eg. CentOs) only for auto-login feature
* `apt-get install sshpass` (debian eg. Ubuntu) for auto-login feature
* `yum install sshpass` (red hat flavours eg. CentOs) for auto-login feature
## Run on HTTP ## Run on HTTP

5
package.json

@ -31,7 +31,7 @@
"preferGlobal": "true", "preferGlobal": "true",
"dependencies": { "dependencies": {
"esm": "^3.0.84", "esm": "^3.0.84",
"express": "^5.15.3", "express": "^4.16.0",
"fs-extra": "^4.0.1", "fs-extra": "^4.0.1",
"node-pty": "^0.7.4", "node-pty": "^0.7.4",
"optimist": "^0.6", "optimist": "^0.6",
@ -83,6 +83,7 @@
"Imuli <i@imu.li>", "Imuli <i@imu.li>",
"James Turnbull <james@lovedthanlost.net>", "James Turnbull <james@lovedthanlost.net>",
"Kasper Holbek Jensen <kholbekj@gmail.com>", "Kasper Holbek Jensen <kholbekj@gmail.com>",
"mirtouf <mirtouf@gmail.com>" "mirtouf <mirtouf@gmail.com>",
"koushikmln <mln02koushik@gmail.com>"
] ]
} }

Loading…
Cancel
Save