UNPKG
loveshenzhen06cal
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.0
自定义计算器
loveshenzhen06cal
/
package.json
16 lines
•
313 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name"
:
"loveshenzhen06cal"
,
"version"
:
"2.0.1"
,
"description"
:
"自定义计算器"
,
"main"
:
"./lib/add.js"
,
"scripts"
: {
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"keywords"
: [
"自定义"
,
"计算器"
,
"深圳"
],
"author"
:
"samanthalor"
,
"license"
:
"ISC"
}