forked from isc-projects/perflab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 849 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
{
"name": "isc-perflab",
"version": "0.2.0",
"description": "ISC Performance Lab",
"main": "perflab-httpd.js",
"devDependencies": {
"esgraph": "^0.3.0",
"eslint": "^5.14.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"isc",
"performance"
],
"author": "Ray Bellis",
"license": "ISC",
"dependencies": {
"bluebird": "^3.0.5",
"body-parser": "^1.18.3",
"connect": "^3.6.6",
"dispatch": "^1.0.0",
"errorhandler": "^1.5.0",
"fs-extra": "^0.26.2",
"mongo-oplog": "^2.1.4",
"mongodb": "^2.2.36",
"parseurl": "^1.3.0",
"quip": "git+https://git@github.com/ccorcos/quip.git",
"serve-static": "^1.13.2",
"ws": "^6.1.4"
},
"repository": {
"type": "git",
"url": "ssh://repo.isc.org/proj/git/exp/isc-perflab"
}
}