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": "*"
    },
dbc787cf   Luigi Serra   Controllet cross ...
22
    "version": "1.19.1",
73bcce88   luigser   COMPONENTS
23
    "homepage": "https://github.com/Polymer/hydrolysis",
dbc787cf   Luigi Serra   Controllet cross ...
24
    "_release": "1.19.1",
73bcce88   luigser   COMPONENTS
25
26
    "_resolution": {
      "type": "version",
dbc787cf   Luigi Serra   Controllet cross ...
27
28
      "tag": "v1.19.1",
      "commit": "e0121d748fdf5ae3f0a36252f1659f9d0ccecb68"
73bcce88   luigser   COMPONENTS
29
30
31
32
33
    },
    "_source": "git://github.com/Polymer/hydrolysis.git",
    "_target": "^1.11",
    "_originalSource": "Polymer/hydrolysis"
  }