UNPKG
smiley-by-kfir-graidi
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Printing Smileys on the Console
smiley-by-kfir-graidi
/
package.json
12 lines
•
264 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"name"
:
"smiley-by-kfir-graidi"
,
"version"
:
"1.0.2"
,
"description"
:
"Printing Smileys on the Console"
,
"main"
:
"app.js"
,
"scripts"
:
{
"start"
:
"node app"
}
,
"keywords"
:
[
"Smiley"
,
"Happy"
,
"Sad"
]
,
"author"
:
"Kfir Graidi"
,
"license"
:
"ISC"
}