UNPKG

math_moraell

Version:

exemple et test de création de package

24 lines (23 loc) 445 B
{ "name": "math_moraell", "version": "1.0.3", "description": "exemple et test de création de package", "main": "bin/main.js", "bin": { "math_moraell": "bin/main.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "math", "example", "fibonacci", "addition", "soustraction", "multiplication", "division" ], "author": "moraell", "license": "ISC" }