UNPKG

@dschen/slidy

Version:

Slidy is a simple npm package that allows you to create customizable sliders for your web projects.

30 lines (29 loc) 851 B
{ "name": "@dschen/slidy", "private": false, "version": "1.0.6", "description": "Slidy is a simple npm package that allows you to create customizable sliders for your web projects.", "main": "index.js", "scripts": { "tsc": "tsc -w ./lib/js/slider.component.ts --target es2016", "sass": "sass -w ./lib/styles/styles.scss ./lib/styles/styles.css", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/diogoschen/dsc-components.git" }, "keywords": [ "slider", "swiper", "glider", "slides", "javascript" ], "author": "dsc", "license": "ISC", "bugs": { "url": "https://github.com/diogoschen/dsc-components/issues" }, "homepage": "https://github.com/diogoschen/dsc-components#readme" }