-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 728 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 728 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
{
"name": "manager-deportivo",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "3.2.3",
"jade": "*",
"mongodb" : ">=0.9.6-7",
"mongoose" : ">=3.6",
"mongoose-tree" : "*",
"i18n":"*",
"lodash": "~2.4.1",
"js-yaml": "*",
"fs": "*",
"twit": "~2.1.0",
"feedparser": "~1.1.3",
"request": "~2.58.0",
"async": "~1.3.0",
"agenda":"~0.6.28",
"agenda-ui": "~0.0.7",
"cheerio": "~0.19.0",
"jsonfile": "~2.2.2",
"iconv-lite": "~0.4.13",
"passport": "~0.3.0",
"passport-facebook": "~2.0.0",
"cookie-parser": "~1.0.1",
"body-parser": "~1.0.0",
"express-session": "~1.0.4"
}
}