UNPKG

progress-tracker

Version:

Illustrate the steps in a multi step process like a form or a timeline.

53 lines (52 loc) 1.66 kB
{ "name": "progress-tracker", "homepage": "https://nigelotoole.github.io/progress-tracker/", "author": "Nigel O Toole <pure@purestructure.com> (http://www.purestructure.com)", "description": "Illustrate the steps in a multi step process like a form or a timeline.", "keywords": [ "progress", "tracker", "multi", "step", "multi-step", "stage", "multi-stage", "stepper", "javascript" ], "version": "3.0.1", "license": "MIT", "engines": { "node": ">=4" }, "repository": { "type": "git", "url": "git+https://github.com/NigelOToole/progress-tracker.git" }, "bugs": { "url": "https://github.com/NigelOToole/progress-tracker/issues" }, "browserslist": [ "defaults" ], "devDependencies": { "@11ty/eleventy-dev-server": "^2.0.6", "concurrently": "^8.2.1", "cross-env": "^7.0.3", "postcss": "^8.5.0", "postcss-cli": "^10.1.0", "postcss-custom-media": "^10.0.2", "postcss-import": "^15.1.0", "postcss-preset-env": "^9.1.4", "rimraf": "^5.0.5" }, "scripts": { "clean": "rimraf src/**/*.map", "dev": "cross-env NODE_ENV=development && concurrently \"npm:dev:*\"", "dev:server": "npx @11ty/eleventy-dev-server --dir=src", "dev:styles": "postcss src/styles/site/main.css src/styles/progress-tracker/progress-tracker.css --dir src/styles --watch", "build": "npm run clean && cross-env NODE_ENV=production concurrently \"npm:build:*\"", "build:styles": "postcss src/styles/site/main.css src/styles/progress-tracker/progress-tracker.css --dir src/styles", "publish:npm": "npm run build && npm publish --access public" } }