UNPKG
pml
Version:
latest (0.1.0)
0.1.0
Polymer module loader
github.com/panuhorsmalahti/pml
panuhorsmalahti/pml
pml
/
bower.json
17 lines
(16 loc)
•
270 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name"
:
"pml"
,
"version"
:
"0.1.0"
,
"license"
:
"BSD-like"
,
"ignore"
:
[
"/.*"
]
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://github.com/panuhorsmalahti/pml.git"
}
,
"devDependencies"
:
{
"polymer"
:
"^1.2.0"
,
"jquery"
:
"~2.1.4"
}
}