math_example_sriggall
Version:
An example of creating a package
24 lines (23 loc) • 456 B
JSON
{
"name": "math_example_sriggall",
"version": "0.0.3",
"description": "An example of creating a package",
"main": "bin/main.js",
"bin": {
"math_example": "main.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"math",
"example",
"addition",
"subtraction",
"multiplication",
"division",
"fibonaci"
],
"author": "Steve Riggall",
"license": "BSD-2-Clause"
}