package.json 776 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "instant.page",
  3. "version": "5.1.1",
  4. "description": "Make your site’s pages instant in 1 minute and improve your conversion rate by 1%",
  5. "main": "instantpage.js",
  6. "directories": {
  7. "test": "test"
  8. },
  9. "scripts": {
  10. "minify": "npx --yes -- uglify-es ./instantpage.js --compress --mangle --toplevel --comments \"/^!/\" --output ./instantpage.min.js",
  11. "test": "echo \"Error: no test specified\" && exit 1"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/instantpage/instant.page.git"
  16. },
  17. "keywords": [
  18. "instant",
  19. "performance"
  20. ],
  21. "author": "Alexandre Dieulot",
  22. "license": "MIT",
  23. "bugs": {
  24. "url": "https://github.com/instantpage/instant.page/issues"
  25. },
  26. "homepage": "https://instant.page/"
  27. }