UNPKG

to-degree

Version:

Calculate Celcius and Farenheit

34 lines (33 loc) 625 B
{ "name": "to-degree", "version": "1.0.1", "description": "Calculate Celcius and Farenheit", "main": "index.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/asyncnick/degree.git" }, "bin": [ "bin/degree" ], "keywords": [ "degree", "c", "math", "celcius", "f", "Fahrenheit" ], "author": "Nicky laczko", "license": "MIT", "bugs": { "url": "https://github.com/asyncnick/degree/issues" }, "dependencies": { "meow": "^3.3.0" }, "homepage": "https://github.com/asyncnick/degree#readme" }