package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "pug-filters",
  3. "version": "3.1.1",
  4. "description": "Code for processing filters in pug templates",
  5. "keywords": [
  6. "pug"
  7. ],
  8. "dependencies": {
  9. "clean-css": "^4.1.11",
  10. "constantinople": "^3.0.1",
  11. "jstransformer": "1.0.0",
  12. "pug-error": "^1.3.3",
  13. "pug-walk": "^1.1.8",
  14. "resolve": "^1.1.6",
  15. "uglify-js": "^2.6.1"
  16. },
  17. "devDependencies": {
  18. "get-repo": "^1.0.0",
  19. "jstransformer-cdata": "^1.0.0",
  20. "jstransformer-coffee-script": "^1.0.0",
  21. "jstransformer-less": "^2.1.0",
  22. "jstransformer-markdown-it": "^1.0.0",
  23. "jstransformer-stylus": "^1.0.0",
  24. "jstransformer-uglify-js": "^1.1.1",
  25. "pug-lexer": "^4.1.0",
  26. "pug-load": "^2.0.12",
  27. "pug-parser": "^5.0.1"
  28. },
  29. "files": [
  30. "lib/handle-filters.js",
  31. "lib/run-filter.js",
  32. "index.js"
  33. ],
  34. "repository": {
  35. "type": "git",
  36. "url": "https://github.com/pugjs/pug/tree/master/packages/pug-filters"
  37. },
  38. "author": "Forbes Lindesay",
  39. "license": "MIT",
  40. "gitHead": "1bdf628a70fda7a0d840c52f3abce54b1c6b0130"
  41. }