UNPKG

@adoratorio/hades

Version:

A smooth scrollbar based on Hermes, scroll down 'till hell

50 lines (49 loc) 1.23 kB
{ "name": "@adoratorio/hades", "version": "1.0.22", "description": "A smooth scrollbar based on Hermes, scroll down 'till hell", "module": "dist/index.js", "exports": { ".": "./dist/index.js", "./plugins": "./dist/plugins/index.js" }, "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "build": "rm -rf dist && mkdir dist && tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Adoratorio/hades.git" }, "keywords": [ "scroll", "smooth", "smoothscrollbar", "smoothness", "hades", "adoratorio" ], "author": "Adoratorio <contact@adoratorio.com>", "contributors": [ "Andrea Gottardi <andrea@adoratorio.com>", "Daniele Borra <daniele@adoratorio.com>", "Tommaso Algozzino <tommaso@adoratorio.com>", "Luca Bortolussi <luca@adoratorio.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/Adoratorio/hades/issues" }, "homepage": "https://github.com/Adoratorio/hades#readme", "dependencies": { "@adoratorio/aion": "^0.4.3", "@adoratorio/hermes": "^1.0.2" }, "devDependencies": { "typescript": "^5.3.3" } }