UNPKG

superstatic-proxy

Version:

A Superstatic service for HTTP proxying of AJAX requests

44 lines (43 loc) 961 B
{ "name": "superstatic-proxy", "version": "2.1.0", "description": "A Superstatic service for HTTP proxying of AJAX requests", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "mocha test/index.js" }, "repository": { "type": "git", "url": "https://github.com/divshot/superstatic-proxy.git" }, "keywords": [ "superstatic", "proxy", "static", "hosting", "divshot" ], "author": "Divshot", "license": "MIT", "bugs": { "url": "https://github.com/divshot/superstatic-proxy/issues" }, "homepage": "https://github.com/divshot/superstatic-proxy", "devDependencies": { "connect": "~2.14.5", "cookie-parser": "~1.3.4", "deap": "^1.0.0", "expect.js": "~0.3.1", "mocha": "^2.1.0", "mocksy": "^1.0.0", "supertest": "^0.15.0" }, "dependencies": { "fast-url-parser": "^1.0.6-0", "http-proxy": "^1.5.3", "join-path": "^1.0.0" } }