UNPKG

874 BJSONView Raw
1{
2 "author": "Carlos Rodriguez <carlos@s8f.org> (http://s8f.org/)",
3 "name": "buffet",
4 "description": "Performance-oriented static file server",
5 "version": "0.6.0",
6 "main": "./lib",
7 "scripts": {
8 "test": "make test"
9 },
10 "bin": "./bin/buffet.js",
11 "repository": {
12 "type": "git",
13 "url": "git://github.com/carlos8f/node-buffet.git"
14 },
15 "license": "MIT",
16 "dependencies": {
17 "glob": "~3.1.10",
18 "accesslog": "~0.0.1",
19 "middler": "~0.6.1",
20 "commander": "~1.0.2",
21 "dish": "~0.1.0",
22 "saw": "~0.4.3"
23 },
24 "keywords": [
25 "static",
26 "middleware",
27 "server",
28 "file",
29 "buffer"
30 ],
31 "devDependencies": {
32 "mocha": "*",
33 "idgen": "1.x",
34 "rimraf": "2.x",
35 "ncp": "~0.2.6",
36 "benchmarx": "~0.2.0",
37 "request": "~2.11.4"
38 },
39 "optionalDependencies": {},
40 "engines": {
41 "node": ">= 0.8.0"
42 }
43}