package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "name": "koa-views",
  3. "version": "6.3.1",
  4. "description": "Template rendering middleware for koa",
  5. "main": "src/index.js",
  6. "scripts": {
  7. "lint": "eslint .",
  8. "xyz": "xyz",
  9. "test": "mocha --reporter dot --bail --exit"
  10. },
  11. "precommit": "lint, test",
  12. "dependencies": {
  13. "consolidate": "0.15.1",
  14. "debug": "^4.1.0",
  15. "get-paths": "0.0.7",
  16. "koa-send": "^5.0.0",
  17. "mz": "^2.4.0",
  18. "pretty": "^2.0.0"
  19. },
  20. "devDependencies": {
  21. "ejs": "^2.4.1",
  22. "eslint": "^7.0.0",
  23. "eslint-config-standard": "^14.1.1",
  24. "eslint-plugin-import": "^2.20.2",
  25. "eslint-plugin-node": "^11.1.0",
  26. "eslint-plugin-promise": "^4.2.1",
  27. "eslint-plugin-standard": "^4.0.1",
  28. "handlebars": "^4.7.6",
  29. "koa": "^2.11.0",
  30. "mocha": "^7.1.2",
  31. "nunjucks": "^3.2.1",
  32. "pre-commit": "^1.2.2",
  33. "pug": "^2.0.0-rc.4",
  34. "should": "^13.1.0",
  35. "supertest": "^3.0.0",
  36. "tap-spec": "^5.0.0",
  37. "tape": "^4.4.0",
  38. "underscore": "^1.8.3",
  39. "xyz": "^2.1.0"
  40. },
  41. "repository": {
  42. "type": "git",
  43. "url": "https://github.com/queckezz/koa-views"
  44. },
  45. "keywords": [
  46. "koa",
  47. "render",
  48. "views",
  49. "app-wide",
  50. "templating",
  51. "templates"
  52. ],
  53. "author": "queckezz",
  54. "license": "MIT",
  55. "bugs": {
  56. "url": "https://github.com/queckezz/koa-views/issues"
  57. }
  58. }