testing/xpcshell/node-spdy/package.json

Wed, 31 Dec 2014 06:55:46 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:46 +0100
changeset 1
ca08bd8f51b2
permissions
-rw-r--r--

Added tag TORBROWSER_REPLICA for changeset 6474c204b198

     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 }

mercurial