forked from spdy-http2/node-spdy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 964 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
{
"name": "spdy",
"version": "1.8.2",
"description": "Implementation of the SPDY protocol on node.js.",
"keywords": [
"spdy"
],
"repository": {
"type": "git",
"url": "git://github.com/indutny/node-spdy.git"
},
"homepage": "https://github.com/indutny/node-spdy",
"bugs": {
"email": "[email protected]",
"url": "https://github.com/indunty/node-spdy/issues"
},
"author": "Fedor Indutny <[email protected]>",
"contributors": [
"Chris Storm <[email protected]>",
"François de Metz <[email protected]>",
"Ilya Grigorik <[email protected]>",
"Roberto Peon",
"Tatsuhiro Tsujikawa",
"Jesse Cravens <[email protected]>"
],
"dependencies": {},
"devDependencies": {
"mocha": "1.3.x"
},
"scripts": {
"test": "mocha --ui tdd --growl --reporter spec test/unit/*-test.js"
},
"engines": [
"node >= 0.7.0"
],
"main": "./lib/spdy",
"optionalDependencies": {}
}