moment-biz
Version:
Handle business days & weekends over multiple years
62 lines (61 loc) • 1.32 kB
JSON
{
"name": "moment-biz",
"version": "1.0.3",
"description": "Handle business days & weekends over multiple years",
"main": "lib/index.js",
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"prepublish": "npm run build && npm test",
"build": "rm -Rf dist && webpack",
"test": "istanbul cover --report html -x 'locale/**' ./node_modules/.bin/_mocha test"
},
"keywords": [
"moment",
"plugin",
"business",
"weekend",
"holidays"
],
"author": "L.systems SARL",
"contributors": [
"Quentin Ranaud"
],
"license": "BSD-2-Clause",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"babel-loader": "^8.0.5",
"chai": "^4.2.0",
"chai-moment": "^0.1.0",
"glob": "^7.1.3",
"istanbul": "^0.4.5",
"lodash": "^4.17.11",
"mocha": "^5.2.0",
"moment": "^2.23.0",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1"
},
"peerDependencies": {
"moment": "^2.0.0"
},
"repository": {
"type": "hg",
"url": "bitbucket:lsystems/moment-biz"
},
"babel": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"browsers": "last 2 versions"
}
}
]
]
}
}