-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 798 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 798 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
31
32
33
34
{
"name": "Requestador",
"version": "1.4.5",
"private": true,
"scripts": {
"start": "node ."
},
"dependencies": {
"amqp": ">= 0.2.0",
"body-parser": ">= 1.12.4",
"cli-color": "^0.3.2",
"forever": "0.10.5",
"forever-monitor": "^1.3.0",
"htpasswd": ">= 2.2.1",
"http-auth": ">= 2.2.8",
"http-proxy-agent": ">= 1.0.0",
"https-proxy-agent": ">= 1.0.0",
"ini": ">= 1.3.4",
"io": ">= 0.0.9",
"lazy-cache": ">= 0.2.4",
"mime": ">= 1.3.4",
"nodemailer": "^1.3.0",
"nodemailer-smtp-transport": "^0.1.13",
"request": ">= 2.63.0",
"socket.io": ">= 1.3.7",
"swig": "^1.4.2",
"express": "^4.13.3",
"winston": "^0.8.0",
"express-pam" : "vrtdev/node-express-pam"
},
"engines": {
"node": ">=0.10.33"
}
}