UNPKG

@travishorn/session-timeout

Version:

Warn users when their session is about to expire. Dependency-free.

50 lines (49 loc) 1.29 kB
{ "name": "@travishorn/session-timeout", "version": "2.0.5", "description": "Warn users when their session is about to expire. Dependency-free.", "main": "dist/session-timeout.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack", "dev": "webpack --watch", "lint": "eslint **/*.js", "lint:fix": "eslint --fix **/*.js" }, "keywords": [ "front-end", "javascript", "session", "timeout", "timer", "ui", "user interface", "warning" ], "author": "Travis Horn <travis@travishorn.com> (https://travishorn.com)", "license": "MIT", "devDependencies": { "@babel/core": "^7.3.4", "@babel/preset-env": "^7.3.4", "babel-loader": "^8.0.5", "css-loader": "^2.1.0", "eslint": "^5.15.3", "eslint-config-prettier": "^4.1.0", "eslint-plugin-prettier": "^3.0.1", "prettier": "^1.16.4", "style-loader": "^0.23.1", "webpack": "^4.29.5", "webpack-cli": "^3.2.3" }, "repository": { "type": "git", "url": "git+https://github.com/travishorn/session-timeout.git" }, "bugs": { "url": "https://github.com/travishorn/session-timeout/issues" }, "homepage": "https://github.com/travishorn/session-timeout#readme", "files": [ "dist/" ] }