michael@0: { michael@0: "name": "spdy", michael@0: "version": "1.8.8", michael@0: "description": "Implementation of the SPDY protocol on node.js.", michael@0: "keywords": [ michael@0: "spdy" michael@0: ], michael@0: "repository": { michael@0: "type": "git", michael@0: "url": "git://github.com/indutny/node-spdy.git" michael@0: }, michael@0: "homepage": "https://github.com/indutny/node-spdy", michael@0: "bugs": { michael@0: "email": "node-spdy+bugs@indutny.com", michael@0: "url": "https://github.com/indunty/node-spdy/issues" michael@0: }, michael@0: "author": "Fedor Indutny ", michael@0: "contributors": [ michael@0: "Chris Storm ", michael@0: "François de Metz ", michael@0: "Ilya Grigorik ", michael@0: "Roberto Peon", michael@0: "Tatsuhiro Tsujikawa", michael@0: "Jesse Cravens " michael@0: ], michael@0: "dependencies": {}, michael@0: "devDependencies": { michael@0: "mocha": "1.3.x" michael@0: }, michael@0: "scripts": { michael@0: "test": "mocha --ui tdd --growl --reporter spec test/unit/*-test.js" michael@0: }, michael@0: "engines": [ michael@0: "node >= 0.7.0" michael@0: ], michael@0: "main": "./lib/spdy", michael@0: "optionalDependencies": {} michael@0: }