{
	"name": "NeutriumJS.thermo.IAPWS97",
	"version": "1.2.2",
	"homepage": "https://github.com/NativeDynamics/NeutriumJS.thermo.IAPWS97",
	"authors": [
		"Trevor Walker <@cubicleWar>"
	],
	"main": "dist/neutriumJS.thermo.IAPWS97.min.js",
	"private": false,
	"description": "A javascript implementation of the IAWPS formulations for the thermodynamic properties of water and steam.",
	"license": "CC-BY-4.0",
	"ignore": [
		"**/.*",
		"node_modules",
		"bower_components",
		"test",
		"tests"
	]
}