{
  "name": "cool_math_example",
  "version": "0.0.0",
  "description": "Math Example",
  "main": "bin/main.js",
  "bin": {
    "MathExample": "main.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Me",
  "license": "BFD"
}
