Blame view

bower_components/iron-localstorage/.bower.json 1.16 KB
73bcce88   luigser   COMPONENTS
1
2
  {
    "name": "iron-localstorage",
c5169e0e   Renato De Donato   a new hope
3
    "version": "1.0.4",
73bcce88   luigser   COMPONENTS
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
    "description": "Provides access to local storage",
    "keywords": [
      "web-component",
      "polymer",
      "storage"
    ],
    "repository": {
      "type": "git",
      "url": "git://github.com/PolymerElements/iron-localstorage.git"
    },
    "main": "iron-localstorage.html",
    "license": "http://polymer.github.io/LICENSE.txt",
    "homepage": "https://github.com/PolymerElements/iron-localstorage/",
    "dependencies": {
      "polymer": "Polymer/polymer#^1.0.0"
    },
    "devDependencies": {
      "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
      "test-fixture": "PolymerElements/test-fixture#^1.0.0",
c5169e0e   Renato De Donato   a new hope
23
      "web-component-tester": "*",
73bcce88   luigser   COMPONENTS
24
25
26
27
      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
      "paper-styles": "PolymerElements/paper-styles#^1.0.2",
      "paper-checkbox": "PolymerElements/paper-checkbox#^1.0.1"
    },
c5169e0e   Renato De Donato   a new hope
28
    "_release": "1.0.4",
73bcce88   luigser   COMPONENTS
29
30
    "_resolution": {
      "type": "version",
c5169e0e   Renato De Donato   a new hope
31
32
      "tag": "v1.0.4",
      "commit": "40edacdee1e130ef6345d1561b396c96a9531b03"
73bcce88   luigser   COMPONENTS
33
34
35
36
37
    },
    "_source": "git://github.com/PolymerElements/iron-localstorage.git",
    "_target": "^1.0.0",
    "_originalSource": "PolymerElements/iron-localstorage"
  }