{
  "name": "moment-wrange",
  "description": "Fancier date ranges for Moment.js",
  "author": "James Roller, Jr. <og.readmore@gmail.com> (https://github.com/theroller)",
  "contributors": [
    "Gianni Chiappetta <gianni@runlevel6.org> (https://butt.zone)",
    "Adam Biggs (lightmaker.com)",
    "Mats Julian Olsen (https://github.com/mewwts)",
    "Matt Patterson <matt@reprocessed.org> (http://reprocessed.org/)",
    "Wilgert Velinga <wilgert@wilgert.nl> (http://neocles.io)",
    "Tomasz Bak (http://twitter.com/tomaszbak)",
    "Stuart Kelly (https://github.com/stuartleigh)",
    "Jeremy Forsythe <jdforsythe@gmail.com> (https://github.com/jdforsythe)",
    "Александр Гренишин <nd0ut.me@gmail.com> (https://github.com/nd0ut)",
    "@scotthovestadt (https://github.com/scotthovestadt)",
    "Thomas van Lankveld (https://github.com/thomasvanlankveld)",
    "nebel <nebel@outlook.com> (https://github.com/pronebel)",
    "Kevin Ross <kevin.ross@alienfast.com> (http://www.alienfast.com)",
    "Thomas Walpole <twalpole@gmail.com> (https://github.com/twalpole)",
    "Jonathan Kim <hello@jkimbo.co.uk> (jkimbo.co.uk)",
    "Tymon Tobolski <i@teamon.eu> (http://teamon.eu)",
    "Aristide Niyungeko <aristide.niyungeko@gmail.com> (https://github.com/aristiden7o)",
    "Bradley Ayers <bradley.ayers@gmail.com> (https://github.com/bradleyayers)",
    "Ross Hadden <ross@hadden.family> (http://rosshadden.github.com/resume)",
    "Victoria French <victoria.french@cinecove.com> (https://github.com/victoriafrench)",
    "Jochen Diekenbrock (https://github.com/JochenDiekenbrock)"
  ],
  "homepage": "https://github.com/theroller/moment-wrange",
  "bugs": "https://github.com/theroller/moment-wrange/issues",
  "main": "./src",
  "module": "./dist/moment-wrange",
  "jsnext:main": "./dist/moment-wrange",
  "unpkg": "dist/moment-wrange.min.js",
  "version": "4.0.5",
  "engines": {
    "node": ">=6.x"
  },
  "files": [
    "dist/",
    "src/",
    "LICENSE"
  ],
  "keywords": [
    "date",
    "datetime",
    "interval",
    "moment",
    "parse",
    "plugin",
    "range",
    "time"
  ],
  "scripts": {
    "build": "webpack",
    "ci:lint": "eslint src --format junit --output-file junit/eslint.xml",
    "ci:test": "set MOCHA_FILE=junit/test-results.xml && mocha test --reporter mocha-junit-reporter",
    "ci:test:browser": "karma start ./karma.conf.js --reporters junit",
    "cover": "nyc mocha -c --reporter dot",
    "doctoc": "doctoc README.md --github",
    "lint": "eslint src test",
    "prebuild": "rm -rf dist && npm run doctoc",
    "precover": "npm run lint",
    "prepare": "npm run build",
    "preversion": "npm run lint && npm run cover && npm run test:browser",
    "test": "mocha -c",
    "test:browser": "karma start ./karma.conf.js",
    "version": "npm run build"
  },
  "peerDependencies": {
    "moment": ">= 2"
  },
  "dependencies": {
    "es6-symbol": "^3.1.1"
  },
  "devDependencies": {
    "babel-core": "^6.18.2",
    "babel-eslint": "^8.0.2",
    "babel-loader": "^7.1.2",
    "babel-polyfill": "^6.16.0",
    "babel-preset-env": "^1.6.1",
    "chai": "^4.1.2",
    "doctoc": "^1.2.0",
    "eslint": "^4.12.0",
    "eslint-loader": "^1.6.1",
    "karma": "^2.0.0",
    "karma-babel-polyfill": "0.0.5",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-firefox-launcher": "^1.1.0",
    "karma-junit-reporter": "^1.2.0",
    "karma-mocha": "^1.3.0",
    "karma-phantomjs-launcher": "^1.0.2",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^2.0.2",
    "mocha": "^5.0.1",
    "mocha-junit-reporter": "^1.15.0",
    "moment": "^2.17.1",
    "nyc": "^11.4.0",
    "uglifyjs-webpack-plugin": "^1.1.2",
    "webpack": "^3.8.1"
  },
  "repository": {
    "type": "git",
    "url": "https://git@github.com/theroller/moment-wrange.git"
  },
  "nyc": {
    "cache": true,
    "exclude": [
      "test"
    ],
    "reporter": [
      "clover",
      "lcov",
      "text-summary"
    ]
  },
  "license": "mit"
}
