{ "name": "fs-caching-server", "version": "0.0.2", "description": "A caching HTTP server/proxy that stores data on the local filesystem", "main": "fs-caching-server.js", "preferGlobal": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "fs-caching-server": "./fs-caching-server.js" }, "repository": { "type": "git", "url": "git://github.com/bahamas10/node-fs-caching-server.git" }, "keywords": [ "fs", "caching", "proxy" ], "author": "Dave Eddy (http://www.daveeddy.com)", "license": "MIT", "bugs": { "url": "https://github.com/bahamas10/node-fs-caching-server/issues" }, "homepage": "https://github.com/bahamas10/node-fs-caching-server", "dependencies": { "access-log": "^0.3.9", "latest": "^0.2.0", "mime": "^1.3.4", "mkdirp": "^0.5.0", "node-uuid": "^1.4.3", "path-platform": "^0.11.15", "posix-getopt": "^1.1.0" } }