juanhiennvdm_math_example
Version:
An example of creating a package
23 lines • 510 B
JSON
{
"name": "juanhiennvdm_math_example",
"version": "1.0.0",
"description": "An example of creating a package",
"main": "bin/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit1"
},
"repository": {
"type": "git"
},
"keywords": [
"math",
"example",
"addition",
"subtraction",
"multiplication",
"division",
"Fibonacci"
],
"author": "Juan van der Merwe",
"license": "ISC"
}