UNPKG

moment-leisure-time

Version:

Plugin for Moment JS to incorporate holidays and weekends

40 lines (39 loc) 1.06 kB
{ "name": "moment-leisure-time", "version": "0.0.4", "description": "Plugin for Moment JS to incorporate holidays and weekends", "main": "index.js", "repository": "git://github.com/grantt/moment-leisure-time.git", "keywords": [ "moment", "momentjs", "holidays", "weekends", "weekdays", "business", "business days", "plugin" ], "scripts": { "test": "mocha --compilers js:babel-core/register", "coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --compilers js:babel-core/register" }, "dependencies": { "lodash": "^4.17.4", "moment": "2.17.x" }, "author": "Grant Toeppen <grant.toeppen@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/grantt/moment-leisure-time/issues" }, "homepage": "https://github.com/grantt/moment-leisure-time", "devDependencies": { "babel-core": "^6.24.0", "babel-loader": "^6.4.1", "babel-preset-es2015": "^6.24.0", "chai": "^3.5.0", "istanbul": "^1.0.0-alpha.2", "mocha": "^3.2.0" } }