UNPKG
day1.3
Version:
latest (1.0.0)
1.0.0
this is my logger js
day1.3
/
package.json
13 lines
(12 loc)
•
280 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name"
:
"day1.3"
,
"version"
:
"1.0.0"
,
"description"
:
"this is my logger js"
,
"main"
:
"logger.js"
,
"scripts"
: {
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"keywords"
: [
"sunbeam"
,
"pune"
,
"CDAC"
],
"author"
:
"rasika patil"
,
"license"
:
"ISC"
}