slope-angle
Version:
Get the angle of a slope
23 lines (22 loc) • 405 B
JSON
{
"name": "slope-angle",
"main": "slope-angle.js",
"version": "0.0.1",
"homepage": "https://github.com/miguelmota/slope-angle",
"authors": [
"Miguel Mota <miguelmota2@gmail.com>"
],
"description": "Find angle of slope",
"keywords": [
"slope",
"angle"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"license": "MIT"
}