arithmetics
Version:
A package for performing arithmetical operations
18 lines (17 loc) • 412 B
JSON
{
"name": "arithmetics",
"version": "1.0.4",
"description": "A package for performing arithmetical operations",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Addition",
"Subtraction",
"Multiplication",
"Division"
],
"author": "Jijendrantm <jijend@gmail.com> (http://facebook.com/jijendrantm)",
"license": "ISC"
}