mrmartineau/InteractionCheck.js

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "interactioncheck",
  "title": "InteractionCheck",
  "description": "Use this script to check if your users have not interacted with your page after a given amount of time",
  "main": "dist/interactioncheck.js",
  "version": "0.3.1",
  "homepage": "https://github.com/mrmartineau/InteractionCheck.js",
  "author": {
    "name": "Zander Martineau",
    "url": "http://martineau.tv"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "devDependencies": {
    "browser-sync": "^2.0.0-rc3",
    "gulp": "^3.8.10",
    "gulp-autoprefixer": "^2.1.0",
    "gulp-changed": "^1.1.1",
    "gulp-concat": "^2.4.3",
    "gulp-csso": "^1.0.0",
    "gulp-header": "^1.2.2",
    "gulp-if": "^1.2.5",
    "gulp-jshint": "^1.9.1",
    "gulp-load-plugins": "^0.8.0",
    "gulp-notify": "^2.2.0",
    "gulp-rename": "^1.2.0",
    "gulp-sass": "^1.3.2",
    "gulp-size": "^1.2.0",
    "gulp-sourcemaps": "^1.3.0",
    "gulp-uglify": "^1.1.0",
    "jshint-stylish": "^1.0.0",
    "require-dir": "^0.1.0",
    "run-sequence": "^1.0.2"
  },
  "keywords": [
    "interaction"
  ],
  "dependencies": {},
  "license": "MIT"
}