math-example_huntp
Version:
An example of creating a package
21 lines • 447 B
JSON
{
"name": "math-example_huntp",
"version": "0.0.0",
"description": "An example of creating a package",
"main": "bin/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "",
"keywords": [
"math",
"example",
"addition",
"subtraction",
"multiplication",
"division",
"fibonnaci"
],
"author": "None of your Business",
"license": "0BSD"
}