mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
32350953ba
--HG-- extra : rebase_source : b68f6dbf8faa5b97b4a97417d35c037b0557e426
39 lines
964 B
JSON
39 lines
964 B
JSON
{
|
|
"name": "spdy",
|
|
"version": "1.8.8",
|
|
"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": "node-spdy+bugs@indutny.com",
|
|
"url": "https://github.com/indunty/node-spdy/issues"
|
|
},
|
|
"author": "Fedor Indutny <fedor.indutny@gmail.com>",
|
|
"contributors": [
|
|
"Chris Storm <github@eeecooks.com>",
|
|
"François de Metz <francois@2metz.fr>",
|
|
"Ilya Grigorik <ilya@igvita.com>",
|
|
"Roberto Peon",
|
|
"Tatsuhiro Tsujikawa",
|
|
"Jesse Cravens <jesse.cravens@gmail.com>"
|
|
],
|
|
"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": {}
|
|
}
|