package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "name": "consolidate",
  3. "description": "Template engine consolidation library",
  4. "version": "0.14.5",
  5. "author": "TJ Holowaychuk <tj@vision-media.ca>",
  6. "dependencies": {
  7. "bluebird": "^3.1.1"
  8. },
  9. "devDependencies": {
  10. "arc-templates": "^0.5.1",
  11. "atpl": ">=0.7.6",
  12. "babel-core": "^6.7.6",
  13. "babel-preset-react": "^6.5.0",
  14. "bracket-template": "^1.0.3",
  15. "dot": "^1.0.1",
  16. "dust": "^0.3.0",
  17. "dustjs-helpers": "^1.1.1",
  18. "dustjs-linkedin": "^2.7.2",
  19. "eco": "^1.1.0-rc-3",
  20. "ect": "^0.5.9",
  21. "ejs": "^2.3.4",
  22. "eslint": "^3.7.1",
  23. "eslint-config-standard": "^6.2.0",
  24. "eslint-plugin-promise": "^3.3.1",
  25. "eslint-plugin-standard": "^2.0.1",
  26. "haml-coffee": "^1.4.0",
  27. "hamlet": "^0.3.3",
  28. "hamljs": "^0.6.1",
  29. "handlebars": "^4.0.5",
  30. "hogan.js": "^3.0.2",
  31. "htmling": "^0.0.7",
  32. "jade": "^1.9.1",
  33. "jazz": "^0.0.18",
  34. "jqtpl": "~1.1.0",
  35. "just": "^0.1.8",
  36. "liquor": "^0.0.5",
  37. "lodash": "^4.0.0",
  38. "marko": "^3.12.0",
  39. "mocha": "^3.1.2",
  40. "mote": "^0.2.0",
  41. "mustache": "^2.2.1",
  42. "nunjucks": "^3.0.0",
  43. "pug": "^2.0.0-beta6",
  44. "qejs": "^3.0.5",
  45. "ractive": "^0.8.4",
  46. "react": "^15.3.2",
  47. "react-dom": "^15.3.2",
  48. "should": "*",
  49. "slm": "^0.5.0",
  50. "swig": "^1.4.1",
  51. "templayed": ">=0.2.3",
  52. "tinyliquid": "^0.2.22",
  53. "toffee": "^0.1.12",
  54. "twig": "^0.10.0",
  55. "underscore": "^1.3.3",
  56. "vash": "^0.12.2",
  57. "walrus": "^0.10.1",
  58. "whiskers": "^0.4.0"
  59. },
  60. "keywords": [
  61. "engine",
  62. "template",
  63. "view"
  64. ],
  65. "license": "MIT",
  66. "main": "index",
  67. "repository": {
  68. "type": "git",
  69. "url": "https://github.com/visionmedia/consolidate.js.git"
  70. },
  71. "scripts": {
  72. "test": "mocha"
  73. }
  74. }