-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
51 lines (51 loc) · 1.1 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "hc-bee",
"version": "2.0.0",
"description": "the honeycomb app framework based on express",
"main": "index.js",
"scripts": {
"test": "make test",
"cov": "nyc npm run test"
},
"repository": {
"type": "git",
"url": "[email protected]:node-honeycomb/hc-bee.git"
},
"keywords": [
"framework",
"express"
],
"bin": {
"framework_build": "./bin/build.sh"
},
"dependencies": {
"@hapi/topo": "^6.0.0",
"accepts": "1.3.8",
"body-parser": "1.20.2",
"co": "4.6.0",
"connect-timeout": "1.9.0",
"cookie-parser": "1.4.6",
"cookie-session": "2.1.0",
"cors": "2.8.5",
"csurf": "1.11.0",
"debug": "3.1.0",
"ejs": "3.1.10",
"express": "4.19.2",
"litelog": "3.0.10",
"lodash": "4.17.21",
"minimatch": "5.1.6",
"uuid": "10.0.0"
},
"devDependencies": {
"api-annotation": "^1.0.2",
"mm": "^3.4.0",
"mocha": "10.6.0",
"nyc": "^17.0.0",
"power-assert": "^1.6.0",
"should": "^13.2.3",
"supertest": "^7.0.0",
"supertest-session": "^5.0.0",
"urllib": "^2.44.0",
"xfs": "^0.2.6"
}
}