calc_with_square_and_cube
Version:
Simple calculator with square and cube functionality
13 lines (12 loc) • 346 B
JSON
{
"name": "calc_with_square_and_cube",
"version": "1.0.0",
"description": "Simple calculator with square and cube functionality",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["cube", "square", "zendap", "Abhijith"],
"author": "Abhijith Chowdary",
"license": "ISC"
}