-
-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
40 lines (40 loc) · 962 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
{
"name": "turbo-http",
"version": "0.3.2",
"description": "Blazing fast low level http server",
"main": "index.js",
"dependencies": {
"http-parser-js": "^0.4.11",
"turbo-net": "^1.4.0"
},
"devDependencies": {
"autocannon": "^2.4.1",
"chalk": "^2.4.1",
"cli-table": "^0.3.1",
"express": "^4.16.3",
"fastify": "^1.4.0",
"hapi": "^17.4.0",
"minimist": "^1.2.0",
"ora": "^2.1.0",
"polka": "^0.4.0",
"rayo": "^0.5.7",
"standard": "^11.0.0",
"tape": "^4.9.0"
},
"scripts": {
"pretest": "npm run lint",
"bench": "node ./benchmarks",
"test": "tape test/*.js",
"lint": "standard"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/turbo-http.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/turbo-http/issues"
},
"homepage": "https://github.com/mafintosh/turbo-http"
}