UNPKG

cute-clever-carousel

Version:
47 lines (46 loc) 942 B
{ "name": "cute-clever-carousel", "version": "0.0.14", "description": "js carousel", "main": "lib/index.js", "scripts": { "build": "tsc", "watch": "tsc -w -p .", "test": "jest", "test:watch": "jest --watch", "coverage": "jest --coverage", "prepublish": "npm run build" }, "author": "noradium", "repository": { "type": "git", "url": "https://github.com/noradium/cute-clever-carousel" }, "keywords": [ "carousel", "slider", "grid", "scroll", "touch", "mobile" ], "files": [ "lib" ], "typings": "lib/index.d.ts", "license": "MIT", "bugs": { "url": "https://github.com/noradium/cute-clever-carousel/issues" }, "dependencies": { "events": "^3.2.0", "tslib": "^2.0.3" }, "devDependencies": { "@types/events": "^3.0.0", "@types/jest": "^26.0.15", "jest": "^26.6.1", "ts-jest": "^26.4.1", "typescript": "^4.0.3" } }