package.json 2.1 KB

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