package.json 550 B

123456789101112131415
  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. "licenses" : ["MIT"],
  9. "dependencies" : [],
  10. "lib" : "lib",
  11. "main" : "./lib/node-static",
  12. "version" : "0.5.7",
  13. "directories" : { "test": "./test" },
  14. "engines" : { "node": ">= 0.4.1" }
  15. }