UNPKG

ab-interchange

Version:

AB-interchange: While responsive image loading is not really an easy task even today, here is a solution to manage conditional (based on breakpoints) loading of img, background-image or even HTML content.

47 lines (46 loc) 1.65 kB
{ "name": "ab-interchange", "version": "3.2.1", "description": "AB-interchange: While responsive image loading is not really an easy task even today, here is a solution to manage conditional (based on breakpoints) loading of img, background-image or even HTML content.", "main": "src/index.js", "repository": { "type": "git", "url": "https://github.com/lordfpx/AB-interchange.git" }, "bugs": { "url": "https://github.com/lordfpx/AB-interchange/issues" }, "homepage": "https://github.com/lordfpx/AB-interchange#readme", "scripts": { "test": "echo \"Error: no test specified\"", "serve": "npm run reset && parcel src/docs/index.html --out-dir docs", "build": "npm run reset && npm run build:demo && npm run build:dist", "reset": "rimraf dist docs", "build:demo": "parcel build src/docs/index.html --no-source-maps --out-dir docs --public-url ./", "build:dist": "npm run build:js && npm run build:jsmin", "build:js": "parcel build src/index.js --no-source-maps --no-content-hash --out-dir dist --out-file AB-interchange.js --no-minify", "build:jsmin": "parcel build src/index.js --no-source-maps --no-content-hash --out-dir dist --out-file AB-interchange.min.js" }, "keywords": [ "javascript", "mediaquery", "breakpoint", "ajax", "img", "responsive", "AB-mediaQuery", "another-brick", "AB" ], "author": "Thierry Philippe (@lordfpx)", "license": "ISC", "dependencies": { "ab-mediaquery": "^2.7.2" }, "devDependencies": { "parcel-bundler": "^1.12.4", "prismjs": "^1.17.1", "rimraf": "^3.0.0", "tachyons": "^4.11.1" } }