UNPKG
smiley-by-lirony
Version:
latest (1.0.0)
1.0.0
Printing Smiley on the console
smiley-by-lirony
/
package.json
13 lines
(12 loc)
•
260 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name"
:
"smiley-by-lirony"
,
"version"
:
"1.0.0"
,
"description"
:
"Printing Smiley on the console"
,
"main"
:
"app.js"
,
"scripts"
:
{
"start"
:
"node app"
}
,
"keywords"
:
[
"Smiley"
,
"Happy"
,
"Sad"
]
,
"author"
:
"Liron Shtern"
,
"license"
:
"ISC"
}