package.json 638 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "instant.page",
  3. "version": "1.3.0",
  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. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/instantpage/instant.page.git"
  15. },
  16. "keywords": [
  17. "instant",
  18. "performance"
  19. ],
  20. "author": "Alexandre Dieulot",
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://github.com/instantpage/instant.page/issues"
  24. },
  25. "homepage": "https://instant.page/"
  26. }