Blame view

bower_components/webcomponentsjs/.bower.json 697 Bytes
73bcce88   luigser   COMPONENTS
1
2
3
  {
    "name": "webcomponentsjs",
    "main": "webcomponents.js",
a1a3bc73   Luigi Serra   graphs updates
4
    "version": "0.7.20",
73bcce88   luigser   COMPONENTS
5
6
7
8
9
10
11
12
13
14
15
16
17
    "homepage": "http://webcomponents.org",
    "authors": [
      "The Polymer Authors"
    ],
    "repository": {
      "type": "git",
      "url": "https://github.com/webcomponents/webcomponentsjs.git"
    },
    "keywords": [
      "webcomponents"
    ],
    "license": "BSD",
    "ignore": [],
a1a3bc73   Luigi Serra   graphs updates
18
19
20
21
    "devDependencies": {
      "web-component-tester": "^4.0.1"
    },
    "_release": "0.7.20",
73bcce88   luigser   COMPONENTS
22
23
    "_resolution": {
      "type": "version",
a1a3bc73   Luigi Serra   graphs updates
24
25
      "tag": "v0.7.20",
      "commit": "ce9c8597696ec4bafc772c2126a3b1c7b0e948c0"
73bcce88   luigser   COMPONENTS
26
27
    },
    "_source": "git://github.com/Polymer/webcomponentsjs.git",
a1a3bc73   Luigi Serra   graphs updates
28
    "_target": "^0.7.18",
73bcce88   luigser   COMPONENTS
29
30
    "_originalSource": "webcomponentsjs"
  }