package.json 914 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "pug-filters",
  3. "version": "4.0.0",
  4. "description": "Code for processing filters in pug templates",
  5. "keywords": [
  6. "pug"
  7. ],
  8. "dependencies": {
  9. "constantinople": "^4.0.1",
  10. "jstransformer": "1.0.0",
  11. "pug-error": "^2.0.0",
  12. "pug-walk": "^2.0.0",
  13. "resolve": "^1.15.1"
  14. },
  15. "devDependencies": {
  16. "jstransformer-cdata": "^1.0.0",
  17. "jstransformer-coffee-script": "^1.1.1",
  18. "jstransformer-less": "^2.3.0",
  19. "jstransformer-markdown-it": "^2.0.0",
  20. "jstransformer-stylus": "^1.5.0",
  21. "jstransformer-uglify-js": "^1.2.0",
  22. "pug-lexer": "^5.0.0",
  23. "pug-load": "^3.0.0",
  24. "pug-parser": "^6.0.0"
  25. },
  26. "files": [
  27. "lib/handle-filters.js",
  28. "lib/run-filter.js",
  29. "index.js"
  30. ],
  31. "repository": {
  32. "type": "git",
  33. "url": "https://github.com/pugjs/pug/tree/master/packages/pug-filters"
  34. },
  35. "author": "Forbes Lindesay",
  36. "license": "MIT"
  37. }