UNPKG

471 BJSONView Raw
1{
2 "name": "sirv",
3 "version": "0.2.4",
4 "description": "The optimized & lightweight middleware for serving requests to static assets",
5 "repository": "lukeed/sirv",
6 "license": "MIT",
7 "files": [
8 "*.js"
9 ],
10 "author": {
11 "name": "Luke Edwards",
12 "email": "luke@lukeed.com",
13 "url": "https://lukeed.com"
14 },
15 "engines": {
16 "node": ">= 6"
17 },
18 "dependencies": {
19 "@polka/url": "^0.5.0",
20 "mime": "^2.3.1",
21 "tiny-glob": "^0.2.0"
22 }
23}