installment-calculations
Version:
Calculate payment installments (and other useful details) based on start/end dates, interval and target amount
35 lines (34 loc) • 896 B
JSON
{
"name": "installment-calculations",
"version": "0.0.7",
"description": "Calculate payment installments (and other useful details) based on start/end dates, interval and target amount",
"main": "index.js",
"scripts": {
"test": "mocha --reporter mocha-tap-reporter tests/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PiggyPot/installment-calculations.git"
},
"keywords": [
"payment",
"installments",
"calculate",
"interval"
],
"author": "PiggyPot",
"license": "MIT",
"bugs": {
"url": "https://github.com/PiggyPot/installment-calculations/issues"
},
"homepage": "https://github.com/PiggyPot/installment-calculations#readme",
"dependencies": {
"moment": "^2.10.6"
},
"devDependencies": {
"chai": "^3.4.1",
"chai-datetime": "^1.4.0",
"mocha": "^2.3.4",
"mocha-tap-reporter": "^0.1.3"
}
}