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.
23 lines
415 B
23 lines
415 B
9 years ago
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|