{
  "name": "rrule-2",
  "version": "2.1.2",
  "description": "JavaScript library for working with recurrence rules for calendar dates. (es6 / webpack friendly version)",
  "homepage": "http://jkbrzt.github.io/rrule/",
  "keywords": [
    "dates",
    "recurrences",
    "calendar",
    "icalendar",
    "rfc"
  ],
  "author": "Jakub Roztocil and Lars Schöning",
  "main": "lib/rrule",
  "repository": {
    "type": "git",
    "url": "git://github.com/jkbrzt/rrule.git"
  },
  "scripts": {
    "test": "standard && mocha"
  },
  "devDependencies": {
    "mocha": "^2.3.4",
    "standard": "^5.4.1"
  },
  "standard": {
    "ignore": [
      "demo"
    ]
  },
  "files": [
    "lib",
    "README.md"
  ]
}
