UNPKG

ramda-decimal

Version:
54 lines (53 loc) 1.35 kB
{ "name": "ramda-decimal", "version": "2.3.0", "description": "Ramda-centric wrapper to decimal.js", "main": "src/ramda-decimal.js", "types": "src/ramda-decimal.d.ts", "author": "Wealth Wizards <devwizards@wealthwizards.com>", "license": "MIT", "keywords": [ "ramda", "functional", "utils", "utilities", "point-free", "curried", "pure", "math", "arbitrary-precision", "big", "number", "decimal", "float", "math" ], "scripts": { "test": "tape src/**/*.spec.js", "lint": "eslint src", "lint:fix": "eslint --fix src", "ci": "npm install && npm run lint && npm test", "docs": "jsdoc2md --template README.hbs src/ramda-decimal.js > README.md", "release": "rm -rf node_modules && npm i --production && npm publish" }, "repository": { "type": "git", "url": "git+ssh://git@github.com:WealthWizardsEngineering/ramda-decimal.git" }, "dependencies": {}, "peerDependencies": { "decimal.js": "^10.2.0", "ramda": ">=0.26.1" }, "devDependencies": { "decimal.js": "^10.2.0", "eslint": "^3.19.0", "eslint-config-airbnb-base": "4.0.0", "eslint-plugin-import": "^1.16.0", "eslint-plugin-ramda": "2.5.1", "jsdoc-to-markdown": "^5.0.3", "jsverify": "0.8.4", "ramda": ">=0.26.1", "tape": "^4.13.3" } }