UNPKG

@decidables/prospectable-math

Version:

prospectable-math: Equations for calculating Cumulative Prospect Theory

57 lines (56 loc) 1.49 kB
{ "name": "@decidables/prospectable-math", "version": "0.3.6", "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": { "clean": "gulp clean", "lint": "gulp lint", "test": "gulp test -X \"$@\"", "build": "gulp build" }, "devDependencies": { "gulp": "^5.0.1" }, "gitHead": "72981c711111354170ece1e403d497073da7be96" }