package.json 598 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "pug-load",
  3. "version": "2.0.12",
  4. "description": "The Pug loader is responsible for loading the depenendencies of a given Pug file.",
  5. "keywords": [
  6. "pug"
  7. ],
  8. "dependencies": {
  9. "object-assign": "^4.1.0",
  10. "pug-walk": "^1.1.8"
  11. },
  12. "devDependencies": {
  13. "pug-lexer": "^4.1.0",
  14. "pug-parser": "^5.0.1"
  15. },
  16. "files": [
  17. "index.js"
  18. ],
  19. "repository": {
  20. "type": "git",
  21. "url": "https://github.com/pugjs/pug/tree/master/packages/pug-load"
  22. },
  23. "author": "ForbesLindesay",
  24. "license": "MIT",
  25. "gitHead": "1bdf628a70fda7a0d840c52f3abce54b1c6b0130"
  26. }