@decidables/prospectable-math
Version:
prospectable-math: Equations for calculating Cumulative Prospect Theory
56 lines (55 loc) • 1.46 kB
JSON
{
"name": "@decidables/prospectable-math",
"version": "0.3.0",
"description": "prospectable-math: Equations for calculating Cumulative Prospect Theory",
"keywords": [
"explorable explanation",
"explorable",
"decision making",
"decidables",
"cumulative prospect theory",
"value",
"subjective value",
"probability",
"decision weight",
"utility",
"subjective utility",
"prospectable"
],
"type": "module",
"main": "./lib/prospectableMath.umd.min.js",
"browser": "./lib/prospectableMath.umd.min.js",
"module": "./lib/prospectableMath.esm.min.js",
"exports": {
"./lib/*.js": "./lib/*.js",
".": "./src/index.js",
"./*": "./src/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/decidables/decidables.git",
"directory": "libraries/prospectable-math"
},
"bugs": "https://github.com/decidables/decidables/issues",
"homepage": "https://github.com/decidables/decidables/tree/main/libraries/prospectable-math",
"author": "Adam Krawitz (https://web.uvic.ca/psyc/krawitz/)",
"license": "CC-BY-SA-4.0 AND GPL-3.0-or-later",
"publishConfig": {
"access": "public"
},
"files": [
"package.json",
"*.md",
"src",
"lib"
],
"scripts": {
"lint": "gulp lint",
"test": "gulp test -X \"$@\"",
"build": "gulp build"
},
"devDependencies": {
"gulp": "^5.0.0"
},
"gitHead": "0320347d03a20fb478784fe296c82f11018c276b"
}