UNPKG
2.npm-sumarray
Version:
latest (1.0.0)
1.0.0
Get the sum of your array
2.npm-sumarray
/
package.json
18 lines
(17 loc)
•
296 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name"
:
"2.npm-sumarray"
,
"version"
:
"1.0.0"
,
"description"
:
"Get the sum of your array"
,
"main"
:
"script.js"
,
"scripts"
:
{
"start"
:
"node script.js"
,
"test"
:
"start"
}
,
"keywords"
:
[
"Sum"
,
"Array"
,
"HOF"
]
,
"author"
:
"Trisha Das"
,
"license"
:
"ISC"
}