Files
librenms/package.json
T
Clint Armstrong b96617cda4 Squashed 'lib/jquery_lazyload/' content from commit f82eee9
git-subtree-dir: lib/jquery_lazyload
git-subtree-split: f82eee9f752a58fe5202b76adda2466fae2fd398
2015-07-16 12:48:37 -04:00

38 lines
870 B
JSON

{
"name": "jquery-lazyload",
"version": "1.9.5",
"engines": {
"node": ">= 0.8.0"
},
"repository": {
"type": "git",
"url": "git@github.com:tuupola/jquery_lazyload.git"
},
"author": "Mika Tuupola <tuupola@appelsiini.net>",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-jasmine": "~0.5.2",
"grunt-contrib-watch": "~0.5.3"
},
"description": "Lazyload images with jQuery",
"bugs": {
"url": "https://github.com/tuupola/jquery_lazyload/issues"
},
"homepage": "http://www.appelsiini.net/projects/lazyload",
"main": "Gruntfile.js",
"files": [
"jquery.lazyload.js",
"jquery.scrollstop.js"
],
"keywords": [
"jquery-plugin",
"ecosystem:jquery"
],
"license": "MIT"
}