-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 973 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
{
"name": "the-eventsource-demo",
"version": "0.0.1",
"description": "A demo using Server Sent Events to send related data to the client",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abdulhannanali/bitcoin-server-events.git"
},
"keywords": [
"eventsource",
"server",
"sent",
"events",
"events",
"http"
],
"author": "Hannan Ali <[email protected]>",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/abdulhannanali/bitcoin-server-events/issues"
},
"homepage": "https://github.com/abdulhannanali/bitcoin-server-events#readme",
"dependencies": {
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"express": "^5.0.0-alpha.2",
"morgan": "^1.9.0",
"node-fetch": "^1.7.3"
},
"devDependencies": {
"nock": "^9.1.0"
}
}