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.

27 lines
687 B

11 years ago
{
"name": "echo-js",
"version": "1.7.2",
11 years ago
"description": "Lazy-loading with data-* attributes, offset and throttle options",
10 years ago
"author": "@toddmotto",
"license": "MIT",
10 years ago
"homepage": "https://github.com/toddmotto/echo",
11 years ago
"devDependencies": {
10 years ago
"gulp": "~3.7.0",
"gulp-uglify": "~0.3.0",
"gulp-rename": "~1.1.0",
"gulp-clean": "^0.2.4",
"gulp-plumber": "~0.6.2",
"gulp-header": "^1.0.2",
"gulp-jshint": "^1.6.1",
"jshint-stylish": "^0.2.0",
"gulp-karma": "0.0.4",
"karma": "^0.12.16",
"karma-jasmine": "~0.2.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma-spec-reporter": "0.0.13"
10 years ago
},
"spm": {
"main": "src/echo.js"
11 years ago
}
}