package.json 496 B

123456789101112131415161718192021222324
  1. {
  2. "name": "pug-strip-comments",
  3. "version": "2.0.0",
  4. "description": "Strip comments from a Pug token stream (from the lexer)",
  5. "keywords": [
  6. "pug"
  7. ],
  8. "dependencies": {
  9. "pug-error": "^2.0.0"
  10. },
  11. "devDependencies": {
  12. "line-json": "^2.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. }