~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/polymer/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": "polymer",
 
3
  "version": "1.4.0",
 
4
  "main": [
 
5
    "polymer.html",
 
6
    "polymer-mini.html",
 
7
    "polymer-micro.html"
 
8
  ],
 
9
  "license": "http://polymer.github.io/LICENSE.txt",
 
10
  "ignore": [
 
11
    "/.*",
 
12
    "/test/",
 
13
    "gen-changelog.sh"
 
14
  ],
 
15
  "authors": [
 
16
    "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
 
17
  ],
 
18
  "repository": {
 
19
    "type": "git",
 
20
    "url": "https://github.com/Polymer/polymer.git"
 
21
  },
 
22
  "dependencies": {
 
23
    "webcomponentsjs": "^0.7.20"
 
24
  },
 
25
  "devDependencies": {
 
26
    "web-component-tester": "*"
 
27
  },
 
28
  "private": true
 
29
}