UNPKG
plat
Version:
latest (0.1.1)
0.1.1
0.1.0
A tool for working with JavaScript platforms agnostically
github.com/jasonkuhrt/plat
jasonkuhrt/plat
plat
/
component.json
12 lines
•
245 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"name"
:
"plat"
,
"version"
:
"0.1.1"
,
"description"
:
"A tool for working with JavaScript platforms agnostically"
,
"main"
:
"lib/index.js"
,
"scripts"
:
[
"lib/index.js"
]
,
"repository"
:
"jasonkuhrt/plat"
,
"dependencies"
:
{
}
}