-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
55 lines (55 loc) · 1.32 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
{
"name": "lncast",
"version": "1.0.0",
"description": "Lightning Network Podcatcher",
"main": "app.js",
"bin": "bin/www",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/djseeds/lncast.git"
},
"keywords": [
"lightning",
"lnd",
"bitcoin",
"podcast",
"nodejs"
],
"author": "DJ Seeds",
"license": "MIT",
"bugs": {
"url": "/~https://github.com/djseeds/lncast/issues"
},
"homepage": "/~https://github.com/djseeds/lncast#readme",
"dependencies": {
"angular-qrcode": "^7.2.0",
"btcpay": "^0.2.1",
"cookie-parser": "^1.4.4",
"express": "^4.16.4",
"express-https-redirect": "^1.0.0",
"express-session": "^1.15.6",
"feedparser": "^2.2.9",
"flat": "^4.1.0",
"mongoose": "^5.7.5",
"morgan": "^1.9.1",
"ngclipboard": "^2.0.0",
"node-cron": "^2.0.3",
"passport": "^0.4.0",
"passport-local-mongoose": "^5.0.1",
"prerender-node": "^3.2.1",
"request": "^2.88.0",
"serve-favicon": "^2.5.0",
"swagger-express-middleware": "^2.0.1",
"swagger-ui-express": "^4.0.2",
"twitter": "^1.7.1",
"unique-concat": "^0.2.2",
"yamljs": "^0.3.0"
},
"devDependencies": {
"eslint": "^5.15.0",
"eslint-config-google": "^0.12.0"
}
}