UNPKG
book-server
Version:
latest (1.0.1)
1.0.1
1.0.0
book-server
/
package.json
21 lines
(20 loc)
•
317 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name"
:
"book-server"
,
"version"
:
"1.0.1"
,
"description"
:
""
,
"bin"
:{
"full"
:
"./index.js"
},
"main"
:
"index.js"
,
"scripts"
: {
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"keywords"
: [
"学习"
,
"jQuery"
,
"js"
,
"插件"
],
"author"
:
""
,
"license"
:
"ISC"
}