diff -r 000000000000 -r 6474c204b198 testing/xpcshell/node-spdy/package.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testing/xpcshell/node-spdy/package.json Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,38 @@ +{ + "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 ", + "contributors": [ + "Chris Storm ", + "François de Metz ", + "Ilya Grigorik ", + "Roberto Peon", + "Tatsuhiro Tsujikawa", + "Jesse Cravens " + ], + "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": {} +}