{
  "name": "cmath_example",
  "version": "1.0.0",
  "description": "An example of creating a package",
  "main": "bin/main.js",
  "bin": {
    "cmath_example": "main.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "math",
    "example",
    "addition",
    "subtraction",
    "multiplication",
    "division",
    "fibonacci"
  ],
  "author": "Cardell Rice",
  "license": "BSD"
}
