|
1 { |
|
2 "name": "spdy", |
|
3 "version": "1.8.8", |
|
4 "description": "Implementation of the SPDY protocol on node.js.", |
|
5 "keywords": [ |
|
6 "spdy" |
|
7 ], |
|
8 "repository": { |
|
9 "type": "git", |
|
10 "url": "git://github.com/indutny/node-spdy.git" |
|
11 }, |
|
12 "homepage": "https://github.com/indutny/node-spdy", |
|
13 "bugs": { |
|
14 "email": "node-spdy+bugs@indutny.com", |
|
15 "url": "https://github.com/indunty/node-spdy/issues" |
|
16 }, |
|
17 "author": "Fedor Indutny <fedor.indutny@gmail.com>", |
|
18 "contributors": [ |
|
19 "Chris Storm <github@eeecooks.com>", |
|
20 "François de Metz <francois@2metz.fr>", |
|
21 "Ilya Grigorik <ilya@igvita.com>", |
|
22 "Roberto Peon", |
|
23 "Tatsuhiro Tsujikawa", |
|
24 "Jesse Cravens <jesse.cravens@gmail.com>" |
|
25 ], |
|
26 "dependencies": {}, |
|
27 "devDependencies": { |
|
28 "mocha": "1.3.x" |
|
29 }, |
|
30 "scripts": { |
|
31 "test": "mocha --ui tdd --growl --reporter spec test/unit/*-test.js" |
|
32 }, |
|
33 "engines": [ |
|
34 "node >= 0.7.0" |
|
35 ], |
|
36 "main": "./lib/spdy", |
|
37 "optionalDependencies": {} |
|
38 } |