| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "fs-caching-server",
- "version": "1.0.1",
- "description": "A caching HTTP server/proxy that stores data on the local filesystem",
- "main": "fs-caching-server.js",
- "preferGlobal": true,
- "scripts": {
- "test": "./node_modules/tape/bin/tape tests/*.js"
- },
- "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 <dave@daveeddy.com> (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.4.1",
- "assert-plus": "^1.0.0",
- "latest": "^0.2.0",
- "mime": "^1.3.4",
- "mkdirp": "^0.5.0",
- "posix-getopt": "^1.2.0",
- "readable-stream-clone": "^0.0.7",
- "uuid": "^8.3.2"
- },
- "devDependencies": {
- "rimraf": "^3.0.2",
- "tape": "^5.2.2"
- }
- }
|