swipepackage
Version:
An npm package for making scrollable divs scroll horizontally and vertically
30 lines (29 loc) • 698 B
JSON
{
"name": "swipepackage",
"version": "1.0.1",
"description": "An npm package for making scrollable divs scroll horizontally and vertically",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/code-agent47/SwipePackage.git"
},
"keywords": [
"Swipe",
"Scrollable",
"divs"
],
"author": "Thanni Gafar Olamilekan",
"license": "MIT",
"bugs": {
"url": "https://github.com/code-agent47/SwipePackage/issues"
},
"homepage": "https://github.com/code-agent47/SwipePackage#readme",
"devDependencies": {
"jest": "^25.3.0",
"nodemon": "^2.0.2"
}
}