-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
45 lines (45 loc) · 929 Bytes
/
package.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "secc",
"description": "Distributed compiler with modern web technology",
"version": "0.2.121",
"author": {
"name": "HoYong Jung",
"email": ""
},
"main": "secc.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ivere27/secc"
},
"homepage": "",
"keywords": [
"secc",
"distcc",
"icecc",
"distributed",
"compiler",
"gcc",
"clang"
],
"dependencies": {
"async" : "1.4.2",
"body-parser" : "1.13.3",
"compression" : "1.5.2",
"debug" : "2.2.0",
"ejs" : "2.3.4",
"express" : "4.13.3",
"form-data" : "1.0.0-rc3",
"mkdirp" : "0.5.1",
"morgan" : "1.6.1",
"multer" : "1.0.3",
"redis" : "2.0.1",
"socket.io" : "1.7.2",
"socket.io-client" : "1.7.2",
"tar" : "2.2.1",
"tar-stream" : "1.2.1"
}
}