package.json 540 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "pug-load",
  3. "version": "3.0.0",
  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.1",
  10. "pug-walk": "^2.0.0"
  11. },
  12. "devDependencies": {
  13. "pug-lexer": "^5.0.0",
  14. "pug-parser": "^6.0.0"
  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. }