package.json 600 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "pug-parser",
  3. "version": "5.0.1",
  4. "description": "The pug parser (takes an array of tokens and converts it to an abstract syntax tree)",
  5. "keywords": [
  6. "pug"
  7. ],
  8. "dependencies": {
  9. "pug-error": "^1.3.3",
  10. "token-stream": "0.0.1"
  11. },
  12. "devDependencies": {
  13. "get-repo": "^1.0.0"
  14. },
  15. "files": [
  16. "lib/inline-tags.js",
  17. "index.js"
  18. ],
  19. "repository": {
  20. "type": "git",
  21. "url": "https://github.com/pugjs/pug/tree/master/packages/pug-parser"
  22. },
  23. "author": "ForbesLindesay",
  24. "license": "MIT",
  25. "gitHead": "1bdf628a70fda7a0d840c52f3abce54b1c6b0130"
  26. }