{
  "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"
}
