late-images
Version:
Lightweight javascript library to lazy load images as enter viewport
63 lines (62 loc) • 1.8 kB
JSON
{
"name": "late-images",
"version": "2.1.0",
"description": "Lightweight javascript library to lazy load images as enter viewport",
"author": {
"email": "dbrekalo@gmail.com",
"name": "Damir Brekalo"
},
"main": "src/lateImages.js",
"repository": {
"type": "git",
"url": "https://github.com/dbrekalo/lateImages"
},
"keywords": [
"lateImages",
"late",
"images",
"lazy",
"load"
],
"scripts": {
"watch": "grunt",
"build": "grunt build",
"test": "node ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS",
"watch:test": "node ./node_modules/karma/bin/karma start --browsers PhantomJS",
"coveralls": "cat ./coverage/lcov/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"bump:patch": "grunt bump:patch",
"bump:minor": "grunt bump:minor",
"bump:major": "grunt bump:major"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.15",
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-include-replace": "^5.0.0",
"gulp": "^3.8.11",
"istanbul": "^0.4.5",
"istanbul-instrumenter-loader": "^1.2.0",
"jquery": "^3.1.1",
"karma": "^1.4.1",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^2.0.2",
"load-grunt-tasks": "^3.5.2",
"mocha": "^3.2.0",
"mocha-loader": "^1.1.0",
"webpack": "^1.14.0"
},
"dependencies": {
"when-in-viewport": "^2.0.0"
}
}