UNPKG
@pxpcandy/js-wrapper
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.0
This is a wrapper of JavaScript, hopefully making everything easier to use
@pxpcandy/js-wrapper
/
package.json
17 lines
(16 loc)
•
287 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name"
:
"@pxpcandy/js-wrapper"
,
"version"
:
"1.2.0"
,
"description"
:
""
,
"main"
:
"index.js"
,
"scripts"
: {
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"keywords"
: [
"js-wrapper"
,
"js"
,
"wrapper"
],
"author"
:
"pxpcandy"
,
"license"
:
"ISC"
}