UNPKG

gatsby-plugin-scroll-indicator

Version:
56 lines (55 loc) 1.43 kB
{ "name": "gatsby-plugin-scroll-indicator", "version": "1.0.1", "description": "A visual indicator of page scroll", "keywords": [ "gatsby", "gatsby-plugin", "indicator", "plugin", "scroll" ], "homepage": "https://github.com/barrymcgee/gatsby-plugin-scroll-indicator#readme", "bugs": { "url": "https://github.com/barrymcgee/gatsby-plugin-scroll-indicator/issues" }, "repository": { "type": "git", "url": "git+https://github.com/barrymcgee/gatsby-plugin-scroll-indicator.git" }, "license": "ISC", "author": "Barry McGee <barry.mcgee@integralcode.co.uk>", "main": "index.js", "scripts": { "build": "babel src --out-dir .", "clean": "rm -rf node_modules", "prepare": "npm run build", "watch": "babel -w src --out-dir .", "prettier-check": "prettier --check **/*.*", "release": "release-it" }, "dependencies": { "@babel/runtime": "7.12.5", "multimatch": "5.0.0" }, "devDependencies": { "@babel/cli": "7.12.10", "release-it": "14.2.2", "@babel/core": "7.12.10", "babel-preset-gatsby-package": "0.9.0", "husky": "4.3.6", "prettier": "2.2.1", "pretty-quick": "3.1.0" }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } }, "release-it": { "github": { "release": true, "pushRepo": "https://github.com/barrymcgee/gatsby-plugin-scroll-indicator" } } }