business-moment
Version:
Business calendar momentjs plugin
48 lines (47 loc) • 1.07 kB
JSON
{
"name": "business-moment",
"version": "1.2.4",
"description": "Business calendar momentjs plugin",
"main": "lib/index.js",
"scripts": {
"test": "script/test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pagarme/business-moment.git"
},
"keywords": [
"moment",
"momentjs",
"business",
"calendar",
"plugin"
],
"author": "Jonathan Lima <jonatan@pagar.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pagarme/business-moment/issues"
},
"engines": {
"node": ">=8.9.0"
},
"homepage": "https://github.com/pagarme/business-moment#readme",
"dependencies": {
"bluebird-ff": "^1.0.2",
"business-calendar": "1.5.3",
"moment": "https://github.com/stone-payments/moment/archive/0.0.10.tar.gz",
"axios": "0.30.3",
"ramda": "^0.19.1"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"istanbul": "^0.4.2",
"mocha": "10.8.2"
},
"overrides": {
"mocha": {
"serialize-javascript": "7.0.5"
}
}
}