{
  "_args": [
    [
      "node-schedule",
      "/Users/johnc/src/fw-host-discovery"
    ]
  ],
  "_from": "node-schedule@*",
  "_id": "node-schedule@0.6.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/node-schedule",
  "_nodeVersion": "5.0.0",
  "_npmUser": {
    "email": "me@tejas.io",
    "name": "tejasmanohar"
  },
  "_npmVersion": "3.4.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "node-schedule",
    "raw": "node-schedule",
    "rawSpec": "",
    "scope": null,
    "spec": "*",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/node-schedule/-/node-schedule-0.6.0.tgz",
  "_shasum": "284c05efad2a3d6e7d8f799cddc034e5c72721c3",
  "_shrinkwrap": null,
  "_spec": "node-schedule",
  "_where": "/Users/johnc/src/fw-host-discovery",
  "author": {
    "email": "matt@mattpatenaude.com",
    "name": "Matt Patenaude",
    "url": "http://mattpatenaude.com"
  },
  "bugs": {
    "url": "https://github.com/node-schedule/node-schedule/issues"
  },
  "dependencies": {
    "cron-parser": "0.6.2",
    "long-timeout": "0.0.2"
  },
  "description": "A cron-like and not-cron-like job scheduler for Node.",
  "devDependencies": {
    "coveralls": "^2.11.2",
    "eslint": "^0.15.1",
    "istanbul": "^0.3.8",
    "nodeunit": "^0.9.1",
    "sinon": "^1.14.1"
  },
  "directories": {},
  "dist": {
    "shasum": "284c05efad2a3d6e7d8f799cddc034e5c72721c3",
    "tarball": "http://registry.npmjs.org/node-schedule/-/node-schedule-0.6.0.tgz"
  },
  "gitHead": "054c41a46a976a3ce9b1699206e25587c870e911",
  "homepage": "https://github.com/node-schedule/node-schedule#readme",
  "keywords": [
    "cron",
    "job",
    "schedule",
    "task"
  ],
  "main": "./lib/schedule.js",
  "maintainers": [
    {
      "name": "mattpat",
      "email": "matt@mattpatenaude.com"
    },
    {
      "name": "tejasmanohar",
      "email": "me@tejas.io"
    },
    {
      "name": "sgimeno",
      "email": "santiago.gimeno@gmail.com"
    },
    {
      "name": "jonhester",
      "email": "jon.d.hester@gmail.com"
    }
  ],
  "name": "node-schedule",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/node-schedule/node-schedule.git"
  },
  "scripts": {
    "lint": "eslint lib",
    "test": "nodeunit"
  },
  "version": "0.6.0"
}
