math_exampl3
Version:
An example of creating a package
21 lines (20 loc) • 396 B
JSON
{
"name": "math_exampl3",
"version": "1.0.2",
"description": "An example of creating a package",
"main": "bin/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"math",
"exampl3",
"addition",
"substraction",
"multiplication",
"division",
"fibonacci"
],
"author": "Horacio Galindo",
"license": "ISC"
}