73bcce88
luigser
COMPONENTS
|
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
"description": "Loads jsonp libraries",
"authors": [
"Aleks Totic <a@totic.org>",
"The Polymer Authors"
],
"keywords": [
"web-component",
"polymer",
"behavior"
],
"repository": {
"type": "git",
"url": "git://github.com/PolymerElements/iron-jsonp-library.git"
},
"main": "iron-jsonp-library.html",
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/PolymerElements/iron-jsonp-library/",
"ignore": [
"/.*",
"/test/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
|