UNPKG
mofle-project
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
超级计算器,能计算一切加法运算
mofle-project
/
package.json
16 lines
(15 loc)
•
352 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name"
:
"mofle-project"
,
"version"
:
"1.0.2"
,
"description"
:
"超级计算器,能计算一切加法运算"
,
"main"
:
"lib/plus.js"
,
"directories"
: {
"lib"
:
"lib"
},
"scripts"
: {
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"keywords"
: [
"加法"
,
"超级计算器"
,
"吊炸天"
],
"author"
:
""
,
"license"
:
"ISC"
}