-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 947 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
40
41
42
{
"name": "post2sse",
"version": "0.0.0",
"description": "POST to Server Send Events proxy",
"main": "index.js",
"scripts": {
"test": "mocha",
"coveralls": "scripts/coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/piranna/post2sse.git"
},
"keywords": [
"SSE",
"Server",
"Send",
"Events",
"POST",
"proxy",
"ContextBroker"
],
"author": "Jesús Leganés Combarro 'piranna' <piranna@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/piranna/post2sse/issues"
},
"homepage": "https://github.com/piranna/post2sse#readme",
"dependencies": {
"concat-stream": "^1.6.2",
"minimist": "^1.2.0",
"sse": "^0.0.8"
},
"devDependencies": {
"coveralls": "^3.0.2",
"jscoverage": "piranna/jscoverage",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.3.0",
"supertest": "^3.1.0",
"suppose": "^0.6.2"
}
}