-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
39 lines (39 loc) · 890 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
{
"name": "PttRSS",
"version": "0.0.2",
"description": "Self-hosted Ptt RSS service",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imZack/PttRSS.git"
},
"keywords": [
"ptt",
"rss"
],
"author": "YuLun Shih",
"license": "MIT",
"bugs": {
"url": "https://github.com/imZack/PttRSS/issues"
},
"homepage": "https://github.com/imZack/PttRSS#readme",
"dependencies": {
"bluebird": "^3.1.1",
"debug": "^4.1.1",
"express": "^4.13.0",
"morgan": "^1.6.0",
"node-cache": "^4.2.0",
"ptt": "^1.0.3",
"request": "^2.58.0",
"rss": "^1.1.1"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3"
}
}