Blame view

bower_components/iron-localstorage/.bower.json 1.21 KB
73bcce88   luigser   COMPONENTS
1
2
  {
    "name": "iron-localstorage",
a1a3bc73   Luigi Serra   graphs updates
3
    "version": "1.0.5",
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",
a1a3bc73   Luigi Serra   graphs updates
23
      "web-component-tester": "polymer/web-component-tester#^3.4.0",
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"
    },
a1a3bc73   Luigi Serra   graphs updates
28
29
    "ignore": [],
    "_release": "1.0.5",
73bcce88   luigser   COMPONENTS
30
31
    "_resolution": {
      "type": "version",
a1a3bc73   Luigi Serra   graphs updates
32
33
      "tag": "v1.0.5",
      "commit": "94fb9d0d7a05cad80649a4f771ccf1045f5ce818"
73bcce88   luigser   COMPONENTS
34
35
36
37
38
    },
    "_source": "git://github.com/PolymerElements/iron-localstorage.git",
    "_target": "^1.0.0",
    "_originalSource": "PolymerElements/iron-localstorage"
  }