package.json 503 B

1234567891011121314151617181920212223
  1. {
  2. "name": "pug-attrs",
  3. "version": "2.0.4",
  4. "description": "Generate code for Pug attributes",
  5. "keywords": [
  6. "pug"
  7. ],
  8. "dependencies": {
  9. "constantinople": "^3.0.1",
  10. "js-stringify": "^1.0.1",
  11. "pug-runtime": "^2.0.5"
  12. },
  13. "files": [
  14. "index.js"
  15. ],
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/pugjs/pug/tree/master/packages/pug-attrs"
  19. },
  20. "author": "Forbes Lindesay",
  21. "license": "MIT",
  22. "gitHead": "1bdf628a70fda7a0d840c52f3abce54b1c6b0130"
  23. }