geo-library
Version:
A Math Module for calculating the Geometry calculations
28 lines • 674 B
JSON
{
"name": "geo-library",
"version": "1.0.1",
"description": "A Math Module for calculating the Geometry calculations",
"main": "app.js",
"scripts": {
"build": "node app.js",
"test": "node app.test.js"
},
"keywords": [
"Geometry",
"Triangle",
"Square",
"Circle",
"Rectangle",
"Calculations"
],
"repository": {
"type": "git",
"url": "git+https://github.com/srimani-programmer/geo-library.git"
},
"author": "Sri Manikanta Palakollu",
"license": "MIT",
"bugs": {
"url": "https://github.com/srimani-programmer/geo-library/issues"
},
"homepage": "https://github.com/srimani-programmer/geo-library#readme"
}