rad2deg
Version:
Convert radians to degrees
31 lines (30 loc) • 637 B
JSON
{
"name": "rad2deg",
"version": "2.0.0",
"description": "Convert radians to degrees",
"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/rad2deg.git"
},
"keywords": [
"rad2deg",
"radian",
"degree"
],
"author": "Adrian Sieber",
"license": "MIT",
"bugs": {
"url": "https://github.com/adius/rad2deg/issues"
},
"homepage": "https://github.com/adius/rad2deg#readme"
}