UNPKG
printjs
Version:
latest (1.1.0)
1.1.0
This is print service in NodeJS
printjs
/
package.json
15 lines
(14 loc)
•
264 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name"
:
"printjs"
,
"version"
:
"1.1.0"
,
"description"
:
"This is print service in NodeJS"
,
"main"
:
"app.js"
,
"scripts"
: {
"test"
:
"make test"
},
"keywords"
: [
"printjs"
],
"author"
:
"Tommy Phan <tung12a1
@yahoo
.com>"
,
"license"
:
"MIT"
}