forked from sdepold/feedrapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (62 loc) · 1.57 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
53
54
55
56
57
58
59
60
61
62
63
"scripts": {
"build:digitalocean": "yarn install --production=false && yarn run build && rm -rf node_modules && yarn install --production --frozen-lockfile",
},
"repository": {
"type": "git",
"url": "https://github.com/sdepold/feedrapp.git"
},
"keywords": [
"rss",
"atom",
"parser",
"service",
"feed"
],
"author": "Sascha Depold <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sdepold/feedrapp/issues"
},
"homepage": "https://github.com/sdepold/feedrapp",
"devDependencies": {
"chai": "^3.5.0",
"cheerio": "^1.0.0-rc.1",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-plugin-import": "^2.2.0",
"mocha": "^3.1.0",
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0",
"watch": "^1.0.2"
},
"dependencies": {
"axios": "^0.21.2",
"bluebird": "^3.5.0",
"body-parser": "^1.16.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"debug": "~2.6.0",
"encoding": "^0.1.12",
"express": "^4.14.1",
"fast-feed": "^1.7.0",
"fast-sort": "^1.6.0",
"get-ip-range": "^4.0.1",
"html-minifier": "^4.0.0",
"iconv-lite": "^0.5.0",
"jade": "^1.11.0",
"less-middleware": "^2.2.0",
"lodash": "^4.17.4",
"memory-cache": "^0.1.6",
"morgan": "^1.7.0",
"node-fetch": "^2.6.0",
"nyc": "^11.0.2",
"pug": "^2.0.0-beta10",
"request": "^2.88.0",
"request-ip": "^3.3.0",
"serve-favicon": "^2.3.2",
"universal-analytics": "^0.4.13"
},
"engines": {
"node": "16.x"
}