UNPKG
ccc_utils
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
A Library with useful Methods for the Coding Contest
ccc_utils
/
package.json
15 lines
(14 loc)
•
266 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name"
:
"ccc_utils"
,
"version"
:
"1.3.0"
,
"description"
:
"A Library with useful Methods for the Coding Contest"
,
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"node index.js"
}
,
"keywords"
:
[
"CCC"
]
,
"author"
:
"jstrauss"
,
"license"
:
"ISC"
}