UNPKG

angular-lazy-load

Version:

2kb lazy load directive for angular. includes directive for lazy loading images.

47 lines (46 loc) 1.2 kB
{ "name": "angular-lazy-load", "version": "1.1.4", "description": "2kb lazy load directive for angular. includes directive for lazy loading images.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c", "dev": "rollup -c -w" }, "repository": { "type": "git", "url": "git+https://github.com/aaronlifton2/angular-lazy-load.git" }, "keywords": [ "angular", "lazyload", "lazy-load", "lazy load", "scroll", "on-scroll-to", "angular-lazy-load", "IntersectionObserver", "directive" ], "author": "Aaron Lifton", "license": "MIT", "bugs": { "url": "https://github.com/aaronlifton2/angular-lazy-load/issues" }, "homepage": "https://github.com/aaronlifton2/angular-lazy-load#readme", "dependencies": { "angular": "^1.6.4" }, "devDependencies": { "angular": "^1.6.4", "babel-preset-env": "^1.4.0", "babel-preset-latest": "^6.24.1", "google-closure-compiler": "^20170521.0.0", "jquery": "^3.2.1", "lodash": "^4.17.4", "rollup": "^0.41.6", "rollup-plugin-closure-compiler-js": "^1.0.4", "rollup-watch": "^3.2.2" } }