-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1013 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
{
"name": "HadoopAutomation",
"version": "0.0.1",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/fgodino/HadopAutomation.git"
},
"author": "Fernando Godino",
"license": "ISC",
"bugs": {
"url": "https://github.com/fgodino/HadopAutomation/issues"
},
"homepage": "https://github.com/fgodino/HadopAutomation",
"dependencies": {
"archiver": "^0.14.4",
"async": "^1.3.0",
"aws-sdk": "^2.1.38",
"body-parser": "^1.12.4",
"cas_validate": "^0.1.9",
"connect-busboy": "0.0.2",
"connect-cas": "^1.4.3",
"connect-redis": "^2.4.0",
"cookie-parser": "^1.3.5",
"debug": "^2.2.0",
"ejs": "^2.3.2",
"express": "^4.12.4",
"express-session": "^1.11.2",
"mongoose": "^4.0.6",
"morgan": "^1.5.3",
"q": "^1.4.1",
"redis": "^0.12.1",
"sanitize-filename": "^1.3.0"
}
}