{
  "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"
}
