mirror of https://github.com/toddmotto/echo.git
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.
22 lines
415 B
22 lines
415 B
{ |
|
"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" |
|
] |
|
}
|
|
|