{
  "name": "apparent-temperature",
  "author": "Margarita Obraztsova",
  "version": "1.1.4",
  "description": "Apparent temperature calculator",
  "main": "index.js",
  "repository": "https://github.com/marharyta/apprent-temperature",
  "license": "MIT",
  "keywords": [
    "weather",
    "temperature",
    "air"
  ],
  "private": false,
  "scripts": {
    "test": "jest"
  },
  "devDependencies": {
    "jest": "^23.1.0"
  },
  "dependencies": {
    "mathjs": "^5.1.2"
  },
  "engines": {
    "node": "<=8.2.0",
    "npm": "<=5.0.0"
  }
}
