deg2rad
Version:
Convert degrees to radians
31 lines (30 loc) • 637 B
JSON
{
"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"
}