-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 832 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 832 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
35
36
37
38
39
40
{
"name": "pushpop-server",
"version": "0.0.1",
"description": "Push Pop Web mail Server",
"engines": {
"node": "0.10.x",
"npm": "1.4.x"
},
"dependencies": {
"Haraka":"2.4.x",
"express": "3.x.x",
"express-mongoose": "0.1.x",
"consolidate": "0.4.x",
"mongoose": "3.x.x",
"mongodb": "1.2.x",
"cron": "1.0.x",
"redis": "0.8.x",
"hiredis": "0.1.x",
"request": "2.14.x",
"underscore": "1.4.x",
"moment": "1.7.x",
"semver": "1.1.x",
"coffee-script": "1.6.x",
"nodemon": "0.6.x",
"lru-cache": "2.2.x",
"amqp": "https://github.com/lookfirst/node-amqp/tarball/fix-135",
"async": "0.2.x",
"handlebars": "1.0.x",
"gm": "1.8.x",
"tmp": "0.0.x",
"nodetime": "0.8.x",
"nclosure": "0.4.x"
},
"devDependencies": {},
"author": "gt5050",
"repository": {
"type": "git",
"url": ""
}
}