UNPKG

heat-index

Version:

module for heat index calculation

34 lines (33 loc) 720 B
{ "name": "heat-index", "version": "0.0.3", "dependencies": {}, "description": "module for heat index calculation", "main": "index.js", "devDependencies": { "grunt": "~0.4.1", "grunt-contrib-watch": "~0.5.3", "grunt-shell": "~0.5.0", "jasmine-node": "1.3.1" }, "scripts": { "test": "jasmine-node spec" }, "repository": { "type": "git", "url": "https://github.com/iwanaga/heat-index.git" }, "keywords": [ "heat index", "temperature", "humidity", "celsius", "fahrenheit" ], "author": "iwanaga", "license": "MIT", "bugs": { "url": "https://github.com/iwanaga/heat-index/issues" }, "homepage": "https://github.com/iwanaga/heat-index" }