mirror of https://github.com/toddmotto/echo.git
Todd Motto
9 years ago
2 changed files with 25 additions and 0 deletions
@ -0,0 +1,22 @@
|
||||
{ |
||||
"name": "echojs", |
||||
"version": "1.7.3", |
||||
"homepage": "https://github.com/toddmotto/echo", |
||||
"authors": [ |
||||
"@toddmotto" |
||||
], |
||||
"description": "Lazy-loading with data-* attributes, offset and throttle options", |
||||
"main": "src/echo.js", |
||||
"moduleType": [], |
||||
"keywords": [ |
||||
"echo" |
||||
], |
||||
"license": "MIT", |
||||
"ignore": [ |
||||
"**/.*", |
||||
"node_modules", |
||||
"bower_components", |
||||
"test", |
||||
"tests" |
||||
] |
||||
} |
Loading…
Reference in new issue