2012-04-26 04:12:33 +04:00
|
|
|
{
|
|
|
|
"name": "spdy",
|
2014-11-15 04:04:19 +03:00
|
|
|
"version": "1.29.1",
|
2012-04-26 04:12:33 +04:00
|
|
|
"description": "Implementation of the SPDY protocol on node.js.",
|
2014-11-15 04:04:19 +03:00
|
|
|
"license": "MIT",
|
2012-04-26 04:12:33 +04:00
|
|
|
"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>",
|
2013-05-29 08:07:03 +04:00
|
|
|
"François de Metz <francois@2metz.fr>",
|
|
|
|
"Ilya Grigorik <ilya@igvita.com>",
|
|
|
|
"Roberto Peon",
|
|
|
|
"Tatsuhiro Tsujikawa",
|
|
|
|
"Jesse Cravens <jesse.cravens@gmail.com>"
|
2012-04-26 04:12:33 +04:00
|
|
|
],
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
2013-05-29 08:07:03 +04:00
|
|
|
"mocha": "1.3.x"
|
2012-04-26 04:12:33 +04:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha --ui tdd --growl --reporter spec test/unit/*-test.js"
|
|
|
|
},
|
|
|
|
"engines": [
|
2013-05-29 08:07:03 +04:00
|
|
|
"node >= 0.7.0"
|
2012-04-26 04:12:33 +04:00
|
|
|
],
|
2013-05-29 08:07:03 +04:00
|
|
|
"main": "./lib/spdy",
|
|
|
|
"optionalDependencies": {}
|
2012-04-26 04:12:33 +04:00
|
|
|
}
|