{
  "_args": [
    [
      "idle-js@0.1.3",
      "/var/www/html/esp"
    ]
  ],
  "_from": "idle-js@0.1.3",
  "_id": "idle-js@0.1.3",
  "_inBundle": false,
  "_integrity": "sha512-Hvd+OLMUWfVJUv/HoX7wtBgPwx2OdcEd2TzXcBQJyuINXcf7Ig2SgxRMuq2wZNkarf/+DrzV7NxwjKcexIfWBg==",
  "_location": "/idle-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "idle-js@0.1.3",
    "name": "idle-js",
    "escapedName": "idle-js",
    "rawSpec": "0.1.3",
    "saveSpec": null,
    "fetchSpec": "0.1.3"
  },
  "_requiredBy": [
    "/idle-vue"
  ],
  "_resolved": "https://registry.npmjs.org/idle-js/-/idle-js-0.1.3.tgz",
  "_spec": "0.1.3",
  "_where": "/var/www/html/esp",
  "author": {
    "name": "hugohil",
    "email": "hugo@soixantecircuits.fr"
  },
  "babelBoilerplateOptions": {
    "entryFileName": "idle.js",
    "mainVarName": "IdleJs"
  },
  "bugs": {
    "url": "https://github.com/soixantecircuits/idle-js/issues"
  },
  "contributors": [
    {
      "name": "massambadiouf",
      "email": "mass@soixantecircuits.fr",
      "url": "https://github.com/massambadiouf"
    },
    {
      "name": "gabrielstuff",
      "email": "gabriel@soixantecircuits.fr",
      "url": "http://twitter.com/gabrielstuff"
    },
    {
      "name": "hugohil",
      "email": "hugo@soixantecircuits.fr",
      "url": "https://github.com/hugohil"
    }
  ],
  "description": "Detect user idleness",
  "devDependencies": {
    "babel-core": "^6.4.5",
    "babel-eslint": "^4.1.6",
    "babel-loader": "^6.2.0",
    "babel-plugin-transform-object-assign": "^6.3.13",
    "babel-polyfill": "^6.3.14",
    "babel-preset-es2015": "^6.3.13",
    "babel-register": "^6.4.3",
    "chai": "^3.4.1",
    "del": "^2.2.0",
    "glob": "^6.0.3",
    "gulp": "^3.9.0",
    "gulp-babel": "^6.1.1",
    "gulp-eslint": "^1.1.1",
    "gulp-filter": "^3.0.0",
    "gulp-istanbul": "^0.10.3",
    "gulp-jscs": "^3.0.0",
    "gulp-livereload": "^3.8.1",
    "gulp-load-plugins": "^1.1.0",
    "gulp-mocha": "^2.2.0",
    "gulp-plumber": "^1.0.1",
    "gulp-rename": "^1.2.2",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-uglify": "^1.5.1",
    "gulp-util": "^3.0.7",
    "isparta": "^4.0.0",
    "json-loader": "^0.5.3",
    "mocha": "^2.3.4",
    "sinon": "^1.17.2",
    "sinon-chai": "^2.8.0",
    "vinyl-source-stream": "^1.1.0",
    "webpack": "^1.12.9",
    "webpack-stream": "^3.1.0"
  },
  "homepage": "https://github.com/soixantecircuits/idle-js",
  "keywords": [],
  "license": "MIT",
  "main": "dist/Idle.js",
  "name": "idle-js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/soixantecircuits/idle-js.git"
  },
  "scripts": {
    "build": "gulp build",
    "coverage": "gulp coverage",
    "lint": "gulp lint",
    "test": "gulp",
    "test-browser": "gulp test-browser",
    "watch": "gulp watch"
  },
  "version": "0.1.3"
}
