~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/iron-meta/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-meta",
 
3
  "version": "1.1.1",
 
4
  "keywords": [
 
5
    "web-components",
 
6
    "polymer"
 
7
  ],
 
8
  "license": "http://polymer.github.io/LICENSE.txt",
 
9
  "description": "Useful for sharing information across a DOM tree",
 
10
  "private": true,
 
11
  "authors": [
 
12
    "The Polymer Authors"
 
13
  ],
 
14
  "repository": {
 
15
    "type": "git",
 
16
    "url": "git://github.com/PolymerElements/iron-meta.git"
 
17
  },
 
18
  "dependencies": {
 
19
    "polymer": "Polymer/polymer#^1.0.0"
 
20
  },
 
21
  "devDependencies": {
 
22
    "paper-styles": "polymerelements/paper-styles#^1.0.4",
 
23
    "iron-component-page": "polymerelements/iron-component-page#^1.0.0",
 
24
    "test-fixture": "polymerelements/test-fixture#^1.0.0",
 
25
    "web-component-tester": "*",
 
26
    "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
 
27
  },
 
28
  "main": "iron-meta.html"
 
29
}