package.json 999 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "NodeJS-MVC",
  3. "version": "1.1.0",
  4. "author": "HonorLee",
  5. "license": "SEE LICENSE IN LICENSE.txt",
  6. "description": "A quick,easy,free MVC development framework based on NodeJS",
  7. "dependencies": {
  8. "async": "^2.0.0-rc.5",
  9. "colors": "^1.1.2",
  10. "ejs": "^2.4.2",
  11. "formidable": "^1.1.1",
  12. "fs-extra": "^0.30.0",
  13. "js-base64": "^2.1.9",
  14. "klaw-sync": "^4.0.0",
  15. "md5": "^2.2.1",
  16. "memcached": "^2.2.2",
  17. "mime-types": "^2.1.11",
  18. "moment": "^2.22.1",
  19. "moment-range": "^4.0.1",
  20. "mongodb": "^2.2.25",
  21. "mysql": "^2.11.1",
  22. "path": "^0.12.7",
  23. "querystring": "^0.2.0",
  24. "request": "^2.85.0",
  25. "sha1": "^1.1.1",
  26. "string-random": "^0.1.0",
  27. "tracer": "^0.8.3"
  28. },
  29. "engines": {
  30. "node": ">=10.0.0"
  31. },
  32. "repository": {
  33. "type": "git",
  34. "url": "https://git.honorlee.me/HonorLee/NodeJS-MVC.git"
  35. }
  36. }