123456789101112131415161718192021222324252627 |
- {
- "name": "instant.page",
- "version": "5.1.1",
- "description": "Make your site’s pages instant in 1 minute and improve your conversion rate by 1%",
- "main": "instantpage.js",
- "directories": {
- "test": "test"
- },
- "scripts": {
- "minify": "npx --yes -- uglify-es ./instantpage.js --compress --mangle --toplevel --comments \"/^!/\" --output ./instantpage.min.js",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/instantpage/instant.page.git"
- },
- "keywords": [
- "instant",
- "performance"
- ],
- "author": "Alexandre Dieulot",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/instantpage/instant.page/issues"
- },
- "homepage": "https://instant.page/"
- }
|