UNPKG

psychart

Version:

View air conditions on a psychrometric chart

58 lines 1.09 kB
{ "name": "psychart", "version": "0.6.0", "description": "View air conditions on a psychrometric chart", "homepage": "https://npm.nicfv.com/", "bin": "", "main": "dist/index.js", "types": "types/index.d.ts", "files": [ "dist", "types" ], "scripts": { "start": "../../.github/workflows/scripts" }, "keywords": [ "air", "temperature", "humidity", "hvac", "thermodynamic", "psychrometric", "psychrometry", "psychart", "chart", "engineering", "ashrae", "wetbulb", "drybulb", "dewpoint", "enthalpy", "vapor", "mixture", "conditioning", "visual", "state", "graph" ], "author": { "name": "Nicolas Ventura", "email": "npm@nicfv.com", "url": "https://nicfv.com/" }, "funding": { "type": "paypal", "url": "https://paypal.me/nicfv" }, "repository": "github:nicfv/npm", "license": "BSD-3-Clause-LBNL", "dependencies": { "psychrolib": "1.1.0", "smath": "1.13.0", "viridis": "1.2.0" }, "devDependencies": { "t6": "1.2.0" } }