-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 889 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 889 Bytes
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
{
"name": "zotero-stream-server",
"version": "0.1.0",
"description": "A streaming API server that provides push notifications for Zotero changes",
"author": "Dan Stillman <dstillman@zotero.org>",
"scripts": {
"start": "node index.js",
"test": "NODE_ENV=test ./node_modules/mocha/bin/mocha",
"benchmark": "NODE_ENV=benchmark node ./test/other/benchmark.js"
},
"repository": {
"type": "git",
"url": "https://github.com/zotero/stream-server"
},
"dependencies": {
"bluebird": "^2.11.0",
"config": "^4.2.0",
"cwait": "^1.1.2",
"findhit-proxywrap": "^0.3.13",
"netmask": "^1.0.6",
"node-fetch": "^3.3.2",
"node-statsd": "^0.1.1",
"randomstring": "^1.3.1",
"redis": "^4.7.0",
"strftime": "^0.10.3",
"ws": "^8.18.0"
},
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^9.2.0",
"mockery": "^1.4.0",
"sinon": "^2.4.1"
},
"license": "AGPL-3.0"
}