forked from ChinaNode/DailyNode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.17 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "node-news",
"version": "0.0.0",
"description": "A node news site",
"main": "app.js",
"dependencies": {
"async": "^0.9.0",
"bufferhelper": "^0.2.0",
"cheerio": "^0.17.0",
"co": "^3.0.6",
"co-fs": "^1.2.0",
"co-request": "^0.2.0",
"feedparser": "^0.17.0",
"iconv-lite": "^0.4.3",
"koa": "^0.8.0",
"koa-basic-auth": "^1.1.1",
"koa-better-body": "^1.0.3",
"koa-compress": "^1.0.7",
"koa-ejs": "^1.0.1",
"koa-error": "^1.1.2",
"koa-flash": "0.0.3",
"koa-logger": "^1.2.1",
"koa-mount": "^1.3.0",
"koa-response-time": "^1.0.2",
"koa-router": "^3.1.4",
"koa-session": "^2.0.0",
"koa-static": "^1.4.5",
"log4js": "^0.6.16",
"mongodb": "^1.4.6",
"mongoose": "^3.8.12",
"node-summary": "^1.0.0",
"request": "^2.36.0",
"rss": "^0.3.2",
"sitemap": "^0.7.3",
"thunkify": "^2.1.2",
"underscore": "^1.6.0",
"unfluff": "^0.6.1"
},
"devDependencies": {
"debug": "^1.0.4",
"mocha": "^1.20.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node.js",
"news"
],
"author": "Pana",
"license": "MIT"
}