sun123mathiowa
Version:
An example of creating a package
21 lines (20 loc) • 392 B
JSON
{
"name": "sun123mathiowa",
"version": "1.0.2",
"description": "An example of creating a package",
"main": "bin/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit1\""
},
"keywords": [
"math",
"example",
"addition",
"subtraction",
"multiplication",
"division",
"Fibonacci"
],
"author": "sunshine",
"license": "BSD"
}