sum-two-numbers-by-37
Version:
simle sum of two numbers
19 lines (18 loc) • 399 B
JSON
{
"name": "sum-two-numbers-by-37",
"version": "1.0.0",
"description": "simle sum of two numbers",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "(https://github.com/viktorpavlovic/my-first-npm-package)"
},
"keywords": [
"SUM"
],
"author": "Viktor Pavlovic",
"license": "ISC"
}