package.json 589 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "pug-lexer",
  3. "version": "4.1.0",
  4. "description": "The pug lexer (takes a string and converts it to an array of tokens)",
  5. "keywords": [
  6. "pug"
  7. ],
  8. "dependencies": {
  9. "character-parser": "^2.1.1",
  10. "is-expression": "^3.0.0",
  11. "pug-error": "^1.3.3"
  12. },
  13. "devDependencies": {
  14. "acorn": "^3.0.4"
  15. },
  16. "files": [
  17. "index.js"
  18. ],
  19. "repository": {
  20. "type": "git",
  21. "url": "https://github.com/pugjs/pug/tree/master/packages/pug-lexer"
  22. },
  23. "author": "ForbesLindesay",
  24. "license": "MIT",
  25. "gitHead": "1bdf628a70fda7a0d840c52f3abce54b1c6b0130"
  26. }