cmath_example
Version:
An example of creating a package
24 lines (23 loc) • 440 B
JSON
{
"name": "cmath_example",
"version": "1.0.0",
"description": "An example of creating a package",
"main": "bin/main.js",
"bin": {
"cmath_example": "main.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"math",
"example",
"addition",
"subtraction",
"multiplication",
"division",
"fibonacci"
],
"author": "Cardell Rice",
"license": "BSD"
}