This repository was archived by the owner on May 14, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.25 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.25 KB
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
52
53
{
"name": "spdy-push",
"description": "SPDY Push helper",
"version": "1.0.2",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com",
"twitter": "https://twitter.com/jongleberry"
},
"license": "MIT",
"repository": "jshttp/spdy-push",
"dependencies": {
"any-promise": "^1.1.0",
"bytes": "^2.1.0",
"compressible": "^2.0.0",
"debug": "*",
"destroy": "^1.0.3",
"mime-types": "^2.0.0",
"mz": "^2.0.0",
"raw-body": "^2.1.3",
"spdy": "^1.32.4"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"bluebird": "^3.3.1",
"eslint": "^3.12.2",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"istanbul": "^0.4.2",
"mocha": "^3.2.0",
"raw-body": "^1.0.0",
"spdy": "^1.0.0",
"spdy-keys": "^0.0.0"
},
"scripts": {
"lint": "eslint . --fix",
"test": "mocha",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
},
"keywords": [
"http2",
"http",
"spdy",
"push"
],
"files": [
"lib"
],
"main": "lib"
}