package.json 597 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "pug-linker",
  3. "version": "3.0.6",
  4. "description": "Link multiple pug ASTs together using include/extends",
  5. "keywords": [
  6. "pug"
  7. ],
  8. "dependencies": {
  9. "pug-error": "^1.3.3",
  10. "pug-walk": "^1.1.8"
  11. },
  12. "devDependencies": {
  13. "pug-lexer": "^4.1.0",
  14. "pug-load": "^2.0.12",
  15. "pug-parser": "^5.0.1"
  16. },
  17. "files": [
  18. "index.js"
  19. ],
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/pugjs/pug/tree/master/packages/pug-linker"
  23. },
  24. "author": "Forbes Lindesay",
  25. "license": "MIT",
  26. "gitHead": "1bdf628a70fda7a0d840c52f3abce54b1c6b0130"
  27. }