Skip to content

Commit 3861f56

Browse files
committedApr 18, 2014
Update package.json
1 parent cc708c9 commit 3861f56

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed
 

‎package.json

+21-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
{
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"
1023
}

0 commit comments

Comments
 (0)
Please sign in to comment.