UNPKG
yuyu23-input
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
npm发包练习,表单组件
yuyu23-input
/
package.json
17 lines
(16 loc)
•
324 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name"
:
"yuyu23-input"
,
"version"
:
"1.0.2"
,
"description"
:
"npm发包练习,表单组件"
,
"main"
:
"yuyu23input-box.common.js"
,
"scripts"
: {
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
"yuyu23"
,
"keywords"
: [
"exercise"
,
"input"
,
"former"
],
"license"
:
"ISC"
}