{
  "name": "schedule-js",
  "version": "2.0.9",
  "description": "Small library to execute function at specific time or by schedule.",
  "main": "lib/index.js",
  "scripts": {
    "build": "babel src --presets babel-preset-es2015 --out-dir lib",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sarkistlt/schedule-js.git"
  },
  "keywords": [
    "timer",
    "schedule",
    "autorun",
    "auto-run",
    "schedule-js",
    "setInterval",
    "setTimeout",
    "javaScript",
    "timeout",
    "interval",
    "time",
    "moment",
    "momentjs",
    "moment-js"
  ],
  "author": {
    "name": "Sarkis Arutiunian (sarkis.tlt@gmail.com)"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sarkistlt/schedule-js/issues"
  },
  "homepage": "https://github.com/sarkistlt/schedule-js#readme",
  "devDependencies": {
    "babel-cli": "6.9.0",
    "babel-core": "6.9.0",
    "babel-preset-es2015": "^6.14.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-preset-stage-1": "^6.13.0"
  }
}
