{
  "name": "deg2rad",
  "version": "2.0.0",
  "description": "Convert degrees to radians",
  "type": "module",
  "main": "source/index.js",
  "exports": "./source/index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "node test/index.js",
    "prepublish": "npm test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adius/deg2rad.git"
  },
  "keywords": [
    "deg2rad",
    "degree",
    "radian"
  ],
  "author": "Adrian Sieber",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/adius/deg2rad/issues"
  },
  "homepage": "https://github.com/adius/deg2rad#readme"
}
