{ "name": "catalyst-proxy", "description": "A proxy that accelerates requests via multipart downloading", "author": "Alexandre Kirszenberg ", "version": "0.1.1", "license": "MIT", "keywords": [ "multipart", "proxy", "http" ], "repository": { "type": "git", "url": "git@github.com:morhaus/catalyst-proxy.git" }, "bin": { "catalyst": "./bin/catalyst.js" }, "scripts": { "prepublish": "grunt" }, "engines": { "node": ">=0.10.0" }, "engineStrict": true, "dependencies": { "commander": "2.*", "lodash": "*", "multisource-stream": "0.0.*", "tmpl-log": "0.0.*" }, "devDependencies": { "grunt": "*", "grunt-cli": "*", "grunt-contrib-watch": "*", "grunt-contrib-coffee": "*", "grunt-contrib-clean": "*" } }