math_example_sagenet
Version:
An example of creating a package
24 lines (23 loc) • 439 B
JSON
{
"name": "math_example_sagenet",
"version": "0.0.0",
"description": "An example of creating a package",
"main": "bin/main.js",
"bin": {
"math_example": "main.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"math",
"exmaple",
"addition",
"substraction",
"multiplication",
"devision",
"fibonacci"
],
"author": "sage",
"license": "MIT"
}