File tree 1 file changed +21
-8
lines changed
1 file changed +21
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " Wetty" ,
3
- "version" : " 0.0.5" ,
4
- "dependencies" : {
5
- "express" : " 3.5.1" ,
6
- "websocket" : " " ,
7
- "pty.js" : " " ,
8
- "optimist" : " "
9
- }
2
+ "name" : " wetty" ,
3
+ "version" : " 0.0.5" ,
4
+ "dependencies" : {
5
+ "express" : " 3.5.1" ,
6
+ "websocket" : " " ,
7
+ "pty.js" : " " ,
8
+ "optimist" : " "
9
+ },
10
+ "description" : " Wetty = Web + tty. Terminal access in browser over http/https " ,
11
+ "main" : " app.js" ,
12
+ "devDependencies" : {},
13
+ "repository" : {
14
+ "type" : " git" ,
15
+ "url" : " git://github.com/krishnasrinivas/wetty.git"
16
+ },
17
+ "author" : " Krishna Srinivas <krishna.srinivas@gmail.com> (https://github.com/krishnasrinivas)" ,
18
+ "license" : " MIT" ,
19
+ "bugs" : {
20
+ "url" : " https://github.com/krishnasrinivas/wetty/issues"
21
+ },
22
+ "homepage" : " https://github.com/krishnasrinivas/wetty"
10
23
}
You can’t perform that action at this time.
0 commit comments