package.json 588 B

1234567891011121314151617181920212223
  1. {
  2. "name": "normalize-mod.css",
  3. "version": "0.0.5-alpha",
  4. "description": "Fork normalize.css with modifications",
  5. "main": "index.js",
  6. "scripts": {
  7. "pub": "pass otp -c WEB/npmjs.com/fftcc@disroot.org && npm publish"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://notabug.org/fftcc/normalize-mod.css"
  12. },
  13. "author": "fftcc",
  14. "license": "MIT",
  15. "bugs": {
  16. "url": "https://notabug.org/fftcc/normalize-mod.css/issues"
  17. },
  18. "homepage": "https://notabug.org/fftcc/Buy-me-a-coffee/src/main/README.md",
  19. "dependencies": {
  20. "normalize.css": "^8.0.1"
  21. }
  22. }