UNPKG

epic-slidy

Version:
104 lines (103 loc) 2.8 kB
{ "name": "epic-slidy", "version": "1.1.10", "description": "An EPIC slider", "homepage": "https://github.com/epicagency/slidy", "keywords": [ "epic", "slider", "gallery", "carousel", "DOM", "browser", "touch", "responsive" ], "main": "dist/slidy.js", "umd:main": "dist/slidy.umd.js", "browser": "dist/slidy.umd.js", "unpkg": "dist/slidy.umd.js", "module": "dist/slidy.mjs", "types": "dist/index.d.ts", "source": "src/index.ts", "mangle": { "regex": "^_" }, "files": [ "dist" ], "author": { "name": "Thierry Michel", "email": "thierry@epic.net", "url": "http://epic.net" }, "repository": { "type": "git", "url": "git@github.com:epicagency/slidy.git" }, "bugs": { "url": "https://github.com/epicagency/slidy/issues" }, "license": "SEE LICENSE IN UNLICENSE", "scripts": { "build": "microbundle --no-sourcemap --name Slidy --external none", "build:watch": "microbundle watch --name Slidy --external none", "clean": "rimraf dist", "commit": "npx git-cz || exit 0", "commit-retry": "npx git-cz --retry || exit 0", "coverage": "cat ./coverage/lcov.info | coveralls", "lint": "eslint '**/*.{ts,js}'", "lint:staged": "lint-staged", "prerelease": "npm run build", "publish": "git push --follow-tags && npm publish", "release": "npm test && standard-version", "start": "npm-run-all -p build:watch unit:watch", "test": "jest", "unit": "jest --coverage", "unit:ci": "jest --coverage --maxWorkers=2", "unit:watch": "jest --watch --verbose false" }, "husky": { "hooks": { "pre-commit": "npm run lint:staged", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "config": { "commitizen": { "path": "./node_modules/cz-ccgls" }, "cz-ccgls": { "useScopes": false } }, "dependencies": {}, "devDependencies": { "@commitlint/cli": "^9.0.1", "@commitlint/config-conventional": "^9.0.1", "@types/jest": "^26.0.3", "@types/lodash.debounce": "^4.0.6", "@typescript-eslint/eslint-plugin": "^3.4.0", "@typescript-eslint/parser": "^3.4.0", "commitizen": "^4.0.3", "commitlint-config-ccgls": "^1.1.2", "coveralls": "^3.0.5", "cz-ccgls": "^0.2.0", "eslint": "^7.3.1", "eslint-config-prettier": "^6.9.0", "eslint-plugin-prettier": "^3.1.2", "husky": "^4.2.1", "jest": "^26.1.0", "jest-environment-jsdom-global": "^2.0.4", "lint-staged": "^10.0.2", "lodash.debounce": "^4.0.8", "microbundle": "^0.12.2", "npm-run-all": "^4.1.5", "prettier": "^2.0.5", "rimraf": "^3.0.0", "standard-version": "^8.0.0", "ts-jest": "^26.1.1", "typescript": "^3.5.3", "typescript-tslint-plugin": "^0.5.4" } }