-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.09 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
{
"name": "webgme-webhook-manager",
"version": "0.1.2",
"description": "webhook managing function for webgme server",
"main": "src/webhookManager.js",
"dependencies": {
"mongodb": "^4.1.0",
"msgpack-js": "^0.3.0",
"q": "^1.4.1",
"redis": "^3.1.2",
"superagent": "^3.8.3"
},
"devDependencies": {
"body-parser": "^1.15.1",
"chai": "^3.5.0",
"express": "^4.13.4",
"istanbul": "^0.4.3",
"mocha": "^9.0.3",
"socket.io": "^2.4.1",
"socket.io-redis": "^6.1.1",
"webgme": "^2.42.1"
},
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha --recursive test",
"coverage": "node ./node_modules/istanbul/lib/cli.js --hook-run-in-context cover node_modules/mocha/bin/_mocha -- -R spec --timeout 10000 --recursive test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webgme/webhook-manager.git"
},
"author": "kecso <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/webgme/webhook-manager/issues"
},
"homepage": "https://github.com/webgme/webhook-manager#readme"
}