~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/iron-ajax/bower.json

  • Committer: Didier Roche
  • Date: 2016-05-10 23:09:11 UTC
  • Revision ID: didier.roche@canonical.com-20160510230911-c7xr490zrj3yrzxd
New version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "name": "iron-ajax",
 
3
  "version": "1.2.0",
 
4
  "description": "Makes it easy to make ajax calls and parse the response",
 
5
  "private": true,
 
6
  "authors": [
 
7
    "The Polymer Authors"
 
8
  ],
 
9
  "keywords": [
 
10
    "web-components",
 
11
    "polymer",
 
12
    "ajax"
 
13
  ],
 
14
  "main": "iron-ajax.html",
 
15
  "repository": {
 
16
    "type": "git",
 
17
    "url": "git://github.com/PolymerElements/iron-ajax.git"
 
18
  },
 
19
  "license": "http://polymer.github.io/LICENSE.txt",
 
20
  "homepage": "https://github.com/PolymerElements/iron-ajax",
 
21
  "ignore": [],
 
22
  "dependencies": {
 
23
    "promise-polyfill": "polymerlabs/promise-polyfill#^1.0.0",
 
24
    "polymer": "Polymer/polymer#^1.0.0"
 
25
  },
 
26
  "devDependencies": {
 
27
    "iron-component-page": "polymerelements/iron-component-page#^1.0.0",
 
28
    "iron-image": "polymerelements/iron-image#^1.0.0",
 
29
    "paper-styles": "polymerelements/paper-styles#^1.0.0",
 
30
    "test-fixture": "polymerelements/test-fixture#^1.0.0",
 
31
    "web-component-tester": "^4.0.0",
 
32
    "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
 
33
  }
 
34
}