UNPKG

@zkreations/imagehover

Version:

Open source pure CSS hover effect library for images

45 lines (44 loc) 1.28 kB
{ "name": "@zkreations/imagehover", "version": "1.1.0", "description": "Open source pure CSS hover effect library for images", "main": "main.min.css", "scripts": { "start": "npm-run-all --parallel watch:css", "compile:css": "npm-run-all --sequential build:css minify:css", "build:css": "sass --style expanded --no-source-map scss/:./", "minify:css": "cleancss -O2 --with-rebase -o main.min.css main.css", "watch:css": "nodemon --watch scss/ --ext scss --exec \"npm-run-all --sequential build:css minify:css\"" }, "files": [ "scss/**/*.scss", "main.css", "main.min.css" ], "repository": { "type": "git", "url": "git+https://github.com/zkreations/imagehover.git" }, "keywords": [ "css", "images", "hover", "nojs" ], "author": "zkreations <daniel@zkreations.com> (https://zkreations.com/)", "license": "MIT", "bugs": { "url": "https://github.com/zkreations/imagehover/issues" }, "homepage": "https://github.com/zkreations/imagehover#readme", "devDependencies": { "clean-css-cli": "^5.6.2", "nodemon": "^2.0.22", "npm-run-all": "^4.1.5", "sass": "^1.60.0" }, "directories": { "test": "test" }, "dependencies": {} }