{
  "name": "celsius",
  "version": "1.0.2",
  "description": "A simple converter from Celsius to Fahrenheit and vice versa.",
  "main": "index.js",
  "scripts": {
    "test": "node node_modules/jest/bin/jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/catcher-in-the-try/celsius.git"
  },
  "keywords": [
    "celsius",
    "celcius",
    "fahrenheit",
    "celcius-to-fahrenheit",
    "degree-converter",
    "temperature-converter",
    "convert-temperature",
    "convert-celsius",
    "convert-fahrenheit"
  ],
  "author": "Anton Ivanov <anton@ivanov.hk>",
  "license": "Unlicense",
  "bugs": {
    "url": "https://github.com/catcher-in-the-try/celsius/issues"
  },
  "homepage": "https://github.com/catcher-in-the-try/celsius#readme",
  "devDependencies": {
    "jest": "^24.8.0"
  }
}
