UNPKG

888 BJSONView Raw
1{
2 "name" : "node-static",
3 "description" : "simple, compliant file streaming module for node",
4 "url" : "http://github.com/cloudhead/node-static",
5 "keywords" : ["http", "static", "file", "server"],
6 "author" : "Alexis Sellier <self@cloudhead.net>",
7 "contributors" : [
8 {
9 "name": "Pablo Cantero",
10 "email": "pablo@pablocantero.com"
11 }
12 ],
13 "repository": {
14 "type": "git",
15 "url": "http://github.com/cloudhead/node-static"
16 },
17 "main" : "./lib/node-static",
18 "scripts": {
19 "test": "vows --spec --isolate"
20 },
21 "bin": {
22 "static": "bin/cli.js"
23 },
24 "license" : "MIT",
25 "dependencies" : {
26 "optimist": ">=0.3.4",
27 "colors": ">=0.6.0",
28 "mime": ">=1.2.9"
29 },
30 "devDependencies" : {
31 "request": "latest",
32 "vows": "latest"
33 },
34 "version" : "0.7.1",
35 "engines" : { "node": ">= 0.4.1" }
36}
37