slope-angle
Version:
Get the angle of a slope
30 lines (29 loc) • 641 B
JSON
{
"name": "slope-angle",
"version": "0.0.3",
"description": "Get the angle of a slope",
"main": "slope-angle.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/miguelmota/slope-angle"
},
"keywords": [
"slope",
"angle"
],
"author": "Miguel Mota <hello@miguelmota.com> (http://www.miguelmota.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/miguelmota/slope-angle/issues"
},
"homepage": "https://github.com/miguelmota/slope-angle",
"dependencies": {
"tape": "^3.0.3"
}
}