Blame view

bower_components/polymer/.bower.json 832 Bytes
73bcce88   luigser   COMPONENTS
1
2
  {
    "name": "polymer",
c5169e0e   Renato De Donato   a new hope
3
    "version": "1.2.0",
73bcce88   luigser   COMPONENTS
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
    "main": [
      "polymer.html"
    ],
    "license": "http://polymer.github.io/LICENSE.txt",
    "ignore": [
      "/.*",
      "/test/",
      "gen-changelog.sh"
    ],
    "authors": [
      "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
    ],
    "repository": {
      "type": "git",
      "url": "https://github.com/Polymer/polymer.git"
    },
    "dependencies": {
c5169e0e   Renato De Donato   a new hope
21
      "webcomponentsjs": "^0.7.2"
73bcce88   luigser   COMPONENTS
22
23
24
25
26
27
    },
    "devDependencies": {
      "web-component-tester": "*"
    },
    "private": true,
    "homepage": "https://github.com/Polymer/polymer",
c5169e0e   Renato De Donato   a new hope
28
    "_release": "1.2.0",
73bcce88   luigser   COMPONENTS
29
30
    "_resolution": {
      "type": "version",
c5169e0e   Renato De Donato   a new hope
31
32
      "tag": "v1.2.0",
      "commit": "84d211624cffd04d6894ec90713c2029732e8bb5"
73bcce88   luigser   COMPONENTS
33
34
35
36
37
    },
    "_source": "git://github.com/Polymer/polymer.git",
    "_target": "^1.0.0",
    "_originalSource": "Polymer/polymer"
  }