Blame view

bower_components/hydrolysis/.bower.json 791 Bytes
73bcce88   luigser   COMPONENTS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  {
    "name": "hydrolysis",
    "main": "hydrolysis.js",
    "ignore": [
      "lib/",
      "examples/",
      "demo/",
      "test/",
      ".gitignore",
      "gulpfile.js",
      "package.json"
    ],
    "repository": {
      "type": "git",
      "url": "git://github.com/Polymer/hydrolysis.git"
    },
    "devDependencies": {
      "polymer": "Polymer/polymer#^0.9.0",
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
      "web-component-tester": "*"
    },
c5169e0e   Renato De Donato   a new hope
22
    "version": "1.19.3",
73bcce88   luigser   COMPONENTS
23
    "homepage": "https://github.com/Polymer/hydrolysis",
c5169e0e   Renato De Donato   a new hope
24
    "_release": "1.19.3",
73bcce88   luigser   COMPONENTS
25
26
    "_resolution": {
      "type": "version",
c5169e0e   Renato De Donato   a new hope
27
28
      "tag": "v1.19.3",
      "commit": "a91f380f3418d2c6aa36c559c33b45ded13413cd"
73bcce88   luigser   COMPONENTS
29
30
31
32
33
    },
    "_source": "git://github.com/Polymer/hydrolysis.git",
    "_target": "^1.11",
    "_originalSource": "Polymer/hydrolysis"
  }