-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 894 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": "updatified",
"version": "1.0.0",
"license": "MIT",
"description": "Updatified is a web app that allows its users to get real-time updates on emails, appointments, and notifications all in one place.",
"contributors": [
{
"name": "Kumail Hunaid",
"email": "[email protected]",
"url": "kumailht.com"
},
{
"name": "Eric Wolf",
"email": "[email protected]",
"url": "eric-wolf.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/elektrowolf/updatified"
},
"main": "./index",
"engines": {
"node": ">=0.10"
},
"dependencies": {
"express": "3.x",
"connect-mongo": ">=0.3.3",
"jade": ">=0.35.0",
"mongoskin": ">=0.6.0",
"xoauth2": ">=0.1.8",
"imap": ">=0.8.3",
"request": ">=2.27.0",
"underscore": ">=1.5.2",
"async": ">=0.2.9",
"node-uuid": ">=1.4.1",
"xml-mapping": ">=1.5.0",
"winston": ">=0.7.2"
}
}