46 lines
838 B
JSON
46 lines
838 B
JSON
{
|
|
"name": "catalyst-proxy",
|
|
"description": "A proxy that accelerates requests via multipart downloading",
|
|
"author": "Alexandre Kirszenberg <a.kirszenberg@gmail.com>",
|
|
"version": "0.2.0",
|
|
"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.3",
|
|
"tmpl-log": "0.0.*"
|
|
},
|
|
|
|
"devDependencies": {
|
|
"grunt": "*",
|
|
"grunt-cli": "*",
|
|
"grunt-contrib-watch": "*",
|
|
"grunt-contrib-coffee": "*",
|
|
"grunt-contrib-clean": "*"
|
|
}
|
|
}
|