package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "name": "candlewax",
  3. "version": "1.3.0",
  4. "description": "pre-processor engine that powers the wick web server",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://notabug.org/candlewaster/candlewax"
  8. },
  9. "main": "./lib/terraform",
  10. "scripts": {
  11. "test": "mocha --reporter spec"
  12. },
  13. "author": "Brock Whitten <brock@chloi.io>",
  14. "contributors": [
  15. "Brock Whitten <brock@chloi.io>",
  16. "Brian Donovan <donovan@squareup.com>",
  17. "Kenneth Ormandy <kenneth@chloi.io>",
  18. "Zhang Yichao <echaozh@gmail.com>",
  19. "Carlos Rodriguez",
  20. "Zeke Sikelianos <zeke@sikelianos.com>",
  21. "Guilherme Rodrigues <gadr90@gmail.com>",
  22. "Radu Brehar <radu@jslog.com>",
  23. "Glen Maddern <glenmaddern@gmail.com>",
  24. "Jed Foster <jed@jedfoster.com>",
  25. "Sehrope Sarkuni <sehrope@jackdb.com>",
  26. "Keiichiro Matsumoto <matsumos@gmail.com>",
  27. "Najam Khn <najamkhn@gmail.com>",
  28. "Eric Drechsel",
  29. "Najam Khan",
  30. "Zhang Yichao <echaozh@gmail.com>",
  31. "Dave Jensen",
  32. "Ryan Lewis",
  33. "Julian Duque <julianduquej@gmail.com>",
  34. "Lu Nelson <lunelson@gmail.com>",
  35. "Stephen Way",
  36. "Pierre Spring <pierre@nelm.io>",
  37. "John Boxall <john@mobify.com>",
  38. "TJ Nicolaides <tjnicolaides@gmail.com>"
  39. ],
  40. "license": "MIT",
  41. "dependencies": {
  42. "autoprefixer": "6.2.3",
  43. "coffee-script": "1.10.0",
  44. "ejs": "2.3.4",
  45. "harp-minify": "0.4.0",
  46. "jade": "1.11.0",
  47. "less": "2.5.3",
  48. "lodash": "3.10.1",
  49. "lru-cache": "4.0.0",
  50. "marked": "0.3.5",
  51. "node-sass": "3.7.0",
  52. "nunjucks": "^2.3.0",
  53. "postcss": "5.0.14",
  54. "stylus": "0.54.5",
  55. "through": "2.3.8"
  56. },
  57. "devDependencies": {
  58. "mocha": "2.3.4",
  59. "should": "1.2.2"
  60. }
  61. }