UNPKG

math_exampely

Version:

An example of creating a package

21 lines (20 loc) 391 B
{ "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" }