@neutrium/thermo.eos.iapws97
Version:
A javascript implementation of the IAWPS formulations for the thermodynamic properties of water and steam.
40 lines (39 loc) • 1 kB
JSON
{
"name": "@neutrium/thermo.eos.iapws97",
"version": "2.0.2",
"main": "dist/index.js",
"typings": "dist/index",
"description": "A javascript implementation of the IAWPS formulations for the thermodynamic properties of water and steam.",
"keywords": [
"neutrium",
"thermodynamics",
"eos",
"water"
],
"license": "CC-BY-4.0",
"author:": "Trevor Walker <trevorw@neutrium.net> (https://neutrium.net)",
"private": false,
"engines": {
"node": ">=0.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/neutrium/thermo.eos.iapws97.git"
},
"bugs": {
"url" : "https://github.com/neutrium/thermo.eos.iapws97/issues"
},
"devDependencies": {
"jasmine": "^2.4.1"
},
"dependencies": {
"@neutrium/thermo": "^2.0.1"
},
"scripts": {
"clean": "rm -r ./dist/*",
"tsc": "tsc",
"build": "npm run tsc && npm run test",
"test" : "jasmine",
"prepublish": "npm run clean && npm run build"
}
}