73bcce88
luigser
COMPONENTS
|
1
2
|
{
"name": "iron-ajax",
|
c5169e0e
Renato De Donato
a new hope
|
3
|
"version": "1.0.7",
|
73bcce88
luigser
COMPONENTS
|
4
5
6
7
8
9
10
11
12
13
|
"description": "Makes it easy to make ajax calls and parse the response",
"private": true,
"authors": [
"The Polymer Authors"
],
"keywords": [
"web-components",
"polymer",
"ajax"
],
|
e619a3b0
Luigi Serra
Controllet cross ...
|
14
|
"main": "iron-ajax.html",
|
73bcce88
luigser
COMPONENTS
|
15
16
17
18
19
20
21
22
23
24
25
26
27
|
"repository": {
"type": "git",
"url": "git://github.com/PolymerElements/iron-ajax.git"
},
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/PolymerElements/iron-ajax",
"ignore": [],
"dependencies": {
"promise-polyfill": "polymerlabs/promise-polyfill#^1.0.0",
"polymer": "Polymer/polymer#^1.0.0"
},
"devDependencies": {
"iron-component-page": "polymerelements/iron-component-page#^1.0.0",
|
c5169e0e
Renato De Donato
a new hope
|
28
|
"iron-flex-layout": "polymerelements/iron-flex-layout#^1.0.0",
|
73bcce88
luigser
COMPONENTS
|
29
30
31
|
"iron-image": "polymerelements/iron-image#^1.0.0",
"paper-styles": "polymerelements/paper-styles#^1.0.0",
"test-fixture": "polymerelements/test-fixture#^1.0.0",
|
c5169e0e
Renato De Donato
a new hope
|
32
|
"web-component-tester": "*",
|
73bcce88
luigser
COMPONENTS
|
33
34
35
|
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
}
}
|