UNPKG
paul_guinto
Version:
latest (1.0.0)
1.0.0
Paul Guinto's stuff
paul_guinto
/
package.json
18 lines
(17 loc)
•
310 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name"
:
"paul_guinto"
,
"version"
:
"1.0.0"
,
"description"
:
"Paul Guinto's stuff"
,
"main"
:
"index.js"
,
"scripts"
: {
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"keywords"
: [
"test"
,
"Paul"
,
"Guinto's"
,
"stuff"
],
"author"
:
"Paul Guinto"
,
"license"
:
"ISC"
}