1 changed files with 21 additions and 8 deletions
@ -1,10 +1,23 @@ |
|||||
{ |
{ |
||||
"name": "Wetty", |
"name": "wetty", |
||||
"version": "0.0.5", |
"version": "0.0.5", |
||||
"dependencies": { |
"dependencies": { |
||||
"express": "3.5.1", |
"express": "3.5.1", |
||||
"websocket": "", |
"websocket": "", |
||||
"pty.js": "", |
"pty.js": "", |
||||
"optimist": "" |
"optimist": "" |
||||
} |
}, |
||||
|
"description": "Wetty = Web + tty. Terminal access in browser over http/https ", |
||||
|
"main": "app.js", |
||||
|
"devDependencies": {}, |
||||
|
"repository": { |
||||
|
"type": "git", |
||||
|
"url": "git://github.com/krishnasrinivas/wetty.git" |
||||
|
}, |
||||
|
"author": "Krishna Srinivas <krishna.srinivas@gmail.com> (https://github.com/krishnasrinivas)", |
||||
|
"license": "MIT", |
||||
|
"bugs": { |
||||
|
"url": "https://github.com/krishnasrinivas/wetty/issues" |
||||
|
}, |
||||
|
"homepage": "https://github.com/krishnasrinivas/wetty" |
||||
} |
} |
||||
|
Loading…
Reference in new issue