UNPKG
unpkg
Version:
latest (0.2.0)
0.2.0
0.1.0
0.0.1
The JavaScript API for unpkg
github.com/unpkg/unpkg
unpkg/unpkg
unpkg
/
package.json
18 lines
(17 loc)
•
302 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name"
:
"unpkg"
,
"version"
:
"0.2.0"
,
"description"
:
"The JavaScript API for unpkg"
,
"repository"
:
"unpkg/unpkg"
,
"files"
:
[
"modules/*.js"
,
"modules/utils/*.js"
]
,
"main"
:
"modules/index.js"
,
"dependencies"
:
{
"whatwg-url"
:
"^6.3.0"
}
,
"keywords"
:
[
"unpkg"
]
}