aboutsummaryrefslogtreecommitdiff
path: root/catapult/third_party/polymer/components/polymer/.bower.json
blob: df435e6ad089edb16b2905ef7227a16d13483346 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
  "name": "polymer",
  "version": "1.11.3",
  "main": [
    "polymer.html",
    "polymer-mini.html",
    "polymer-micro.html"
  ],
  "license": "http://polymer.github.io/LICENSE.txt",
  "ignore": [
    "/.*",
    "/test/",
    "/util/",
    "/explainer/",
    "gulpfile.js",
    "PRIMER.md",
    "CONTRIBUTING.md",
    "CHANGELOG.md"
  ],
  "authors": [
    "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Polymer/polymer.git"
  },
  "dependencies": {
    "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.24"
  },
  "devDependencies": {
    "web-component-tester": "*",
    "iron-component-page": "polymerElements/iron-component-page#^1.1.6"
  },
  "private": true,
  "homepage": "https://github.com/polymer/polymer",
  "_release": "1.11.3",
  "_resolution": {
    "type": "version",
    "tag": "v1.11.3",
    "commit": "937021964c80c55ed3a2218d830b2520f8195d43"
  },
  "_source": "https://github.com/polymer/polymer.git",
  "_target": "^1.0.0",
  "_originalSource": "polymer/polymer"
}