gecko/testing/xpcshell/node-spdy/package.json
Patrick McManus cfd7737f5a bug 790388 part 4 - upgrade testing/node-spdy to 1.8.8 r=hurley
--HG--
extra : rebase_source : b68f6dbf8faa5b97b4a97417d35c037b0557e426
2013-05-29 00:07:03 -04:00

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": {}
}