{
  "name": "math_example_chevreuil",
  "version": "1.0.0",
  "description": "Un exemple de création de Package",
  "main": "bin/main.js",
  "bin": {
    "math_example": "main.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "math",
    "example",
    "fibonacci",
    "addition",
    "soustraction",
    "multiplication",
    "division"
  ],
  "author": "Elian",
  "license": "GPL-3.0"
}
