package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "name": "pug",
  3. "description": "A clean, whitespace-sensitive template language for writing HTML",
  4. "keywords": [
  5. "html",
  6. "jade",
  7. "pug",
  8. "template"
  9. ],
  10. "version": "2.0.4",
  11. "author": "TJ Holowaychuk <tj@vision-media.ca>",
  12. "maintainers": [
  13. "Forbes Lindesay <forbes@lindesay.co.uk>",
  14. "Matthias Le Brun <mlbli@me.com>",
  15. "Joshua Appelman <joshua@jbna.nl>",
  16. "Jonathan Ong <jonathanrichardong@gmail.com>",
  17. "Alex Kocharin <alex@kocharin.ru>",
  18. "Hemanth <hemanth.hm@gmail.com>",
  19. "Timothy Gu <timothygu99@gmail.com>",
  20. "Andreas Lubbe <git@lubbe.org>"
  21. ],
  22. "license": "MIT",
  23. "repository": {
  24. "type": "git",
  25. "url": "https://github.com/pugjs/pug/tree/master/packages/pug"
  26. },
  27. "main": "lib",
  28. "dependencies": {
  29. "pug-code-gen": "^2.0.2",
  30. "pug-filters": "^3.1.1",
  31. "pug-lexer": "^4.1.0",
  32. "pug-linker": "^3.0.6",
  33. "pug-load": "^2.0.12",
  34. "pug-parser": "^5.0.1",
  35. "pug-runtime": "^2.0.5",
  36. "pug-strip-comments": "^1.0.4"
  37. },
  38. "devDependencies": {
  39. "jstransformer-cdata": "^1.0.0",
  40. "jstransformer-coffee-script": "^1.0.0",
  41. "jstransformer-less": "^2.1.0",
  42. "jstransformer-markdown-it": "^1.0.0",
  43. "jstransformer-stylus": "^1.0.0",
  44. "jstransformer-uglify-js": "^1.1.1",
  45. "jstransformer-verbatim": "^1.0.0",
  46. "mkdirp": "^0.5.1",
  47. "rimraf": "^2.2.8",
  48. "uglify-js": "github:mishoo/UglifyJS2#1c15d0db456ce32f1b9b507aad97e5ee5c8285f7"
  49. },
  50. "files": [
  51. "lib/index.js",
  52. "register.js"
  53. ],
  54. "browser": {
  55. "fs": false
  56. },
  57. "homepage": "https://pugjs.org",
  58. "gitHead": "1bdf628a70fda7a0d840c52f3abce54b1c6b0130"
  59. }