catalyst-proxy/package.json
2014-01-06 21:22:59 +01:00

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.1.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.*",
"tmpl-log": "0.0.*"
},
"devDependencies": {
"grunt": "*",
"grunt-cli": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-coffee": "*",
"grunt-contrib-clean": "*"
}
}