package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "name": "xhlive",
  3. "version": "0.0.1",
  4. "private": true,
  5. "dependencies": {
  6. "babel-runtime": "6.x.x",
  7. "cfork": "~1.1.1",
  8. "cluster": "~0.7.7",
  9. "co": "",
  10. "co-redis": "~1.1.0",
  11. "co-wechat-body": "^0.1.6",
  12. "error-formater": "~1.0.3",
  13. "graceful": "~0.1.0",
  14. "iconv-lite": "^0.4.15",
  15. "koa": "2.3.0",
  16. "koa-better-body": "1.0.3",
  17. "koa-bodyparser": "^2.3.0",
  18. "koa-cors": "~0.0.13",
  19. "koa-ejs": "^3.0.0",
  20. "koa-favicon": "~1.1.0",
  21. "koa-generic-session": "",
  22. "koa-gzip": "~0.1.0",
  23. "koa-hbs": "~0.4.6",
  24. "koa-json": "~1.1.1",
  25. "koa-redis": "~0.1.1",
  26. "koa-request": "~1.0.0",
  27. "koa-router": "~3.7.0",
  28. "koa-router-scan": "~0.0.2",
  29. "koa-safe-jsonp": "~0.3.0",
  30. "koa-static": "~1.5.0",
  31. "koa-static-cache": "~1.2.0",
  32. "koa-xml-body": "^1.0.3",
  33. "koa.io": "",
  34. "md5": "~1.0.1",
  35. "mini-logger": "~0.3.0",
  36. "mongoose": "~4.0.1",
  37. "mysql": "^2.12.0",
  38. "nodemailer": "~1.3.0",
  39. "path": "~0.4.9",
  40. "ready": "~0.1.1",
  41. "redis": "~0.12.1",
  42. "redis-lua2": "~1.0.2",
  43. "request": "~2.51.0",
  44. "sc-filter": "~1.1.1",
  45. "should": "^11.1.2",
  46. "socket.io": "",
  47. "thunkify": "~2.1.2",
  48. "thunkify-wrap": "~1.0.2",
  49. "uid2": "~0.0.3",
  50. "underscore": "~1.7.0",
  51. "underscore.string": "~2.3.3",
  52. "upyun-core": "~0.1.8",
  53. "validator": "~3.19.0",
  54. "verify-code": "^0.1.6",
  55. "xml2json": "^0.10.0",
  56. "express": "",
  57. "mysql-co": ""
  58. },
  59. "devDependencies": {
  60. "babel-cli": "6.x.x",
  61. "babel-preset-es2015-loose": "6.x.x",
  62. "babel-preset-stage-1": "6.x.x",
  63. "babel-plugin-transform-runtime": "6.x.x",
  64. "babel-core": "6.x.x"
  65. },
  66. "main": "cron-svr.js",
  67. "directories": {
  68. "doc": "doc"
  69. },
  70. "scripts": {
  71. "test": "echo \"Error: no test specified\" && exit 1"
  72. },
  73. "repository": {
  74. "type": "git",
  75. "url": "https://code.aliyun.com/chunsexiaoshuo/imsvr.git"
  76. },
  77. "author": "",
  78. "license": "ISC",
  79. "description": ""
  80. }