{ "name": "appear", "version": "1.0.1", "description": "utility to run functions when dom elements are visible", "kewords": "detect viewable elements dom lazy load scroll ", "main": "appear.js", "directories": { "test": "test" }, "scripts": { "test": "echo \"no tests\"", "prepublish": "gulp build", "gh-pages": "gulp build gh-pages; cp -r assets/img .gh-pages/examples/lazy" }, "author": "Matthew Hadley (https://github.com/diffsky)", "license": "MIT", "devDependencies": { "gulp": "^3.8.11", "gulp-strip-debug": "^1.0.2", "gulp-uglify": "^1.1.0", "gulp-eslint": "^0.5.0", "gulp-replace": "^0.5.3", "marked": "^0.3.3", "ejstpl": "^4.0.0", "gulp-size": "^1.2.1", "gulp-tap": "^0.1.3", "mkdirp": "^0.5.0", "gulp-rename": "^1.2.0" }, "repository": { "type": "git", "url": "git://github.com/creativelive/appear.git" }, "bugs": { "url": "https://github.com/creativelive/appear/issues" }, "homepage": "https://github.com/creativelive/appear" }