math_example_vrs
Version:
An example of creating a package
22 lines (21 loc) • 409 B
JSON
{
"name": "math_example_vrs",
"version": "0.0.0",
"description": "An example of creating a package",
"main": "bin/main.js",
"scripts": {
"test": "echo \"Error: no teste specified\" && exit 1"
},
"repository": "",
"keywords": [
"math",
"example",
"addition",
"subtraction",
"multiplication",
"division",
"fibonaci"
],
"author": "Tiago",
"license": "ISC"
}