{
  "name": "moment-range",
  "description": "Fancy date ranges for Moment.js",
  "author": "Gianni Chiappetta <gianni@runlevel6.org> (https://butt.zone)",
  "contributors": [
    "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/rotaready/moment-range",
  "bugs": "https://github.com/rotaready/moment-range/issues",
  "main": "./dist/moment-range",
  "version": "4.0.1",
  "engines": {
    "node": "*"
  },
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "webpack -p",
    "check": "yarn run check:flow && yarn run check:typescript",
    "check:flow": "flow",
    "check:typescript": "tsc --project ./typing-tests/typescript",
    "doctoc": "doctoc README.md --github",
    "lint": "eslint ./lib/",
    "prepublishOnly": "yarn run build && cp ./lib/*.flow ./lib/*.d.ts ./dist",
    "preversion": "yarn run check && yarn run lint && yarn run test",
    "test": "karma start ./karma.conf.js",
    "version": "yarn run build && cp ./lib/*.flow ./lib/*.d.ts ./dist"
  },
  "typings": "./dist/moment-range.d.ts",
  "devDependencies": {
    "babel-core": "^6.18.2",
    "babel-eslint": "^7.1.1",
    "babel-loader": "^6.2.8",
    "babel-plugin-transform-flow-strip-types": "^6.18.0",
    "babel-polyfill": "^6.16.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-stage-0": "^6.16.0",
    "doctoc": "^1.2.0",
    "eslint": "^3.11.1",
    "eslint-loader": "^1.6.1",
    "expect.js": "^0.3.1",
    "flow-bin": "0.66.0",
    "karma": "^1.3.0",
    "karma-babel-polyfill": "0.0.5",
    "karma-chrome-launcher": "^2.0.0",
    "karma-expect": "^1.1.3",
    "karma-mocha": "^1.3.0",
    "karma-phantomjs-launcher": "^1.0.2",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^2.0.2",
    "mocha": "^2.5.3",
    "moment": "^2.17.1",
    "typescript": "^2.6.2",
    "webpack": "^2.2.1"
  },
  "peerDependencies": {
    "moment": ">= 2"
  },
  "repository": {
    "type": "git",
    "url": "https://git@github.com/rotaready/moment-range.git"
  },
  "license": "Unlicense",
  "dependencies": {
    "es6-symbol": "^3.1.0"
  }
}
