{
  "name": "math_exampely",
  "version": "2.4.0",
  "description": "An example of creating a package",
  "main": "bin/main.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "math",
    "example",
    "addition",
    "subtraction",
    "multiplication",
    "division",
    "fibonaci"
    ],
  "author": "Bob Sauer",
  "license": "ISC"
}
