UNPKG

grunt-connect-proxy-fork

Version:

Provides a http proxy as middleware for grunt connect.

52 lines (51 loc) 1.17 kB
{ "name": "grunt-connect-proxy-fork", "description": "Provides a http proxy as middleware for grunt connect.", "version": "0.2.0", "homepage": "https://github.com/drewzboto/grunt-connect-proxy", "author": { "name": "sonenkolia", "email": "sergiy.onenko@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/sonenkolia/grunt-connect-proxy-fork.git" }, "bugs": { "url": "https://github.com/drewzboto/grunt-connect-proxy/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/drewzboto/grunt-connect-proxy/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "engines": { "node": ">= 0.10.0" }, "scripts": { "test": "grunt test" }, "dependencies": { "http-proxy": "~1.11.0", "lodash": "~0.9.0" }, "devDependencies": { "grunt-contrib-jshint": "~0.1.1", "grunt-contrib-clean": "~0.4.0", "grunt-contrib-nodeunit": "~0.4.1", "grunt": "~0.4.1", "grunt-contrib-connect": "~0.5.0" }, "peerDependencies": { "grunt": "~0.4.1" }, "keywords": [ "gruntplugin", "proxy", "connect", "http", "grunt" ] }