package.json 553 B

123456789101112131415161718192021222324
  1. {
  2. "name": "pug-strip-comments",
  3. "version": "1.0.4",
  4. "description": "Strip comments from a Pug token stream (from the lexer)",
  5. "keywords": [
  6. "pug"
  7. ],
  8. "dependencies": {
  9. "pug-error": "^1.3.3"
  10. },
  11. "devDependencies": {
  12. "line-json": "^1.0.0"
  13. },
  14. "files": [
  15. "index.js"
  16. ],
  17. "repository": {
  18. "type": "git",
  19. "url": "https://github.com/pugjs/pug/tree/master/packages/pug-strip-comments"
  20. },
  21. "author": "Timothy Gu <timothygu99@gmail.com>",
  22. "license": "MIT",
  23. "gitHead": "1bdf628a70fda7a0d840c52f3abce54b1c6b0130"
  24. }