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