UNPKG
hjl_test
Version:
aaaa (1.1.1)
beta (1.3.1)
gama (1.4.1)
latest (1.6.1)
1.6.1
1.5.1
1.4.1
1.3.1
1.2.1
1.1.1
1.0.1
0.3.2
0.2.2
0.1.2
0.0.3
0.0.2
A hello world package
hjl_test
/
package.json
16 lines
(15 loc)
•
282 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name"
:
"hjl_test"
,
"version"
:
"1.6.1"
,
"description"
:
"A hello world package"
,
"main"
:
"hjl_test.js"
,
"scripts"
: {
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"keywords"
: [
"Hello"
,
"world"
],
"author"
:
"Haojinli"
,
"license"
:
"MIT"
}