73bcce88
luigser
COMPONENTS
|
1
2
|
{
"name": "iron-ajax",
|
a1a3bc73
Luigi Serra
graphs updates
|
3
|
"version": "1.1.1",
|
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",
|
73bcce88
luigser
COMPONENTS
|
28
29
30
|
"iron-image": "polymerelements/iron-image#^1.0.0",
"paper-styles": "polymerelements/paper-styles#^1.0.0",
"test-fixture": "polymerelements/test-fixture#^1.0.0",
|
a1a3bc73
Luigi Serra
graphs updates
|
31
|
"web-component-tester": "polymer/web-component-tester#^3.4.0",
|
73bcce88
luigser
COMPONENTS
|
32
33
34
|
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
}
}
|