Image lazy loader
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

34 lines
882 B

{
"name": "echo.js",
"version": "1.6.0",
"homepage": "https://github.com/toddmotto/echo",
"author": "Todd Motto",
"description": "Lazy-loading with data-* attributes, offset and throttle options",
"author": {
"name": "Todd Motto",
"email": "todd@toddmotto.com",
"url": "http://toddmotto.com",
"github" : "https://github.com/toddmotto"
},
"licenses": [{
"type": "MIT"
}],
"repository": {
"type": "git",
"url": "http://github.com/toddmotto/echo.git"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-watch": "~0.4.4",
"connect-livereload": "~0.2.0",
"grunt-open": "~0.2.0",
"matchdep": "~0.1.2"
},
"peerDependencies": {
"grunt-cli": "*"
}
}