percentages
Version:
Percentages: a JavaScript and PHP class for calculating percentages and rounding them through the largest remainder method
44 lines (43 loc) • 1.13 kB
JSON
{
"name": "percentages",
"version": "3.0.0",
"description": "Percentages: a JavaScript and PHP class for calculating percentages and rounding them through the largest remainder method",
"main": "./source/js/Percentages.js",
"scripts": {
"clean": "rm example/dist/example.js",
"example": "webpack -d --mode development",
"test": "jasmine JASMINE_CONFIG_PATH='./tests/js/jasmine.json'"
},
"repository": {
"type": "git",
"url": "https://github.com/frisfruitig/Percentages"
},
"keywords": [
"percent",
"percentage",
"percentages",
"%",
"largest remainder",
"js",
"javascript",
"module",
"es6",
"php"
],
"author": "FrisFruitig",
"license": "MIT",
"bugs": {
"url": "https://github.com/frisfruitig/Percentages/issues"
},
"homepage": "https://github.com/frisfruitig/Percentages",
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"babel-loader": "^8.0.6",
"jasmine": "^3.5.0",
"vue-async-computed": "^3.7.0",
"vue": "^2.6.10",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
}
}