{
  "name": "neutriumjs.thermo.iapws97",
  "version": "1.2.2",
  "description": "A javascript implementation of the IAWPS formulations for the thermodynamic properties of water and steam.",
  "license": "CC-BY-4.0",
  "author:": {
    "name": "Trevor Walker",
    "company": "Native Dynamics",
    "url" : "https://neutrium.net"
  },
  "private": false,
  "engines": {
    "node": ">=0.10.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/NativeDynamics/NeutriumJS.thermo.IAPWS97.git"
  },
  "devDependencies": {
    "gulp": "^3.9.1",
    "gulp-concat": "^2.6.0",
    "gulp-jshint": "^2.0.0",
    "gulp-uglify": "^1.5.3",
    "jasmine-core": "^2.4.1",
    "karma": "^0.13.22",
    "karma-chrome-launcher": "^0.2.3",
    "karma-jasmine": "^0.3.8",
    "karma-phantomjs-launcher": "^1.0.0"
  }
}
