testing/xpcshell/node-spdy/package.json

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

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

mercurial