12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "anywhere",
- "version": "1.6.0",
- "description": "Run static file server anywhere",
- "bin": {
- "anywhere": "./bin/anywhere"
- },
- "keywords": [
- "Static",
- "file",
- "server",
- "Assets"
- ],
- "author": "Jackson Tian",
- "license": "MIT",
- "dependencies": {
- "connect": "^3.6.6",
- "connect-history-api-fallback": "^1.2.0",
- "debug": "^2.2.0",
- "http-proxy-middleware": "^0.19.1",
- "minimist": "^1.2.0",
- "serve-index": "^1.9.1",
- "serve-static": "^1.13.2"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/JacksonTian/anywhere.git"
- },
- "bugs": {
- "url": "https://github.com/JacksonTian/anywhere/issues"
- },
- "homepage": "https://github.com/JacksonTian/anywhere",
- "files": ["bin", "keys"]
- }
|