Blame view

bower_components/polymer/bower.json 517 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
  }