package.json 446 B

1234567891011121314151617181920212223
  1. {
  2. "name": "pug-attrs",
  3. "version": "3.0.0",
  4. "description": "Generate code for Pug attributes",
  5. "keywords": [
  6. "pug"
  7. ],
  8. "dependencies": {
  9. "constantinople": "^4.0.1",
  10. "js-stringify": "^1.0.2",
  11. "pug-runtime": "^3.0.0"
  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. }