forked from pocha/terminal-codelearn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 965 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 965 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name" : "terminal-codelearn",
"author" : "Ashish Sharma",
"version" : "0.0.3",
"contributors" : ["Aviral Agarwal"],
"description" : "This application creates a linux terminal like utility in your browser window. It uses sockjs node to communicate with the server",
"keywords" : ["terminal"],
"scripts" : {"start" : "node app.js"},
"repository": {"type": "git",
"url": "https://github.com/pocha/terminal-codelearn.git"
},
"dependencies": {
"sockjs" : "0.3.7",
"pty.js" : ">=0.2.2",
"node-static" : ">=0.6.9",
"nodemailer" : ">=0.5.0",
"mongodb" : ">=1.3.11",
"async" : ">=0.2.9",
"crypto": ">=0.0.3",
"winston" : ">=0.7.2"
},
"devDependencies": {
"ws" : ">=0.4.25",
"should" : ">=1.2.2",
"jsdom" : ">=0.6.5",
"jQuery" : ">=1.7.4",
"xmlhttprequest" : ">=1.5.0"
},
"main": "./lib/main"
}