UNPKG

angular-lazy-image

Version:

Loading responsive image when container (which is preventing reflow) is in view.

77 lines (76 loc) 2.08 kB
{ "name": "angular-lazy-image", "main": "./dist/lazy-image.js", "version": "0.3.4", "homepage": "http://afklm.github.io/ng-lazy-image/", "keywords": [ "angular", "directive", "lazy", "image" ], "repository": { "type": "git", "url": "http://github.com/afklm/ng-lazy-image.git" }, "authors": [ "KLM Royal Dutch Airlines", "Maarten van Oudenniel <info@maas38.nl>" ], "description": "Loading responsive image when container (which is preventing reflow) is in view.", "license": "MIT", "engines": { "node": ">=2.14.x", "npm": ">=1.3.x" }, "devDependencies": { "express": "latest", "grunt": "~1.0.1", "grunt-bower-task": "~0.4.0", "grunt-contrib-clean": "~1.0.0", "grunt-contrib-connect": "~1.0.2", "grunt-contrib-copy": "~1.0.0", "grunt-contrib-cssmin": "~1.0.2", "grunt-contrib-jshint": "~1.0.0", "grunt-contrib-uglify": "~2.0.0", "grunt-contrib-watch": "~1.0.0", "grunt-gh-pages": "~2.0.0", "grunt-karma": "~2.0.0", "grunt-karma-coveralls": "~2.5.4", "grunt-ng-annotate": "~3.0.0", "grunt-protractor-runner": "~4.0.0", "grunt-replace": "~1.0.1", "grunt-shell": "~2.1.0", "jshint-junit-reporter": "~0.2.2", "jshint-stylish": "^2.2.1", "karma": "~1.3.0", "karma-chrome-launcher": "~2.0.0", "karma-coverage": "~1.1.1", "karma-firefox-launcher": "~1.0.0", "karma-ie-launcher": "~1.0.0", "karma-jasmine": "~1.0.2", "karma-junit-reporter": "~1.1.0", "karma-ng-scenario": "latest", "karma-phantomjs-launcher": "~1.0.2", "load-grunt-config": "~0.19.2", "protractor": "~4.0.11", "shelljs": "^0.7.5", "time-grunt": "~1.4.0" }, "peerDependencies": { "angular": "^1.3.0" }, "files": [ "README.md", "LICENSE.md", "release/", "dist/", "src/" ], "scripts": { "test": "karma start config/karma.conf.js", "update-webdriver": "webdriver-manager update", "selenium": "node_modules/protractor/bin/webdriver-manager", "travis": "grunt travis" } }