.bower.json
1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "iron-localstorage",
"version": "1.0.4",
"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",
"web-component-tester": "*",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"paper-styles": "PolymerElements/paper-styles#^1.0.2",
"paper-checkbox": "PolymerElements/paper-checkbox#^1.0.1"
},
"_release": "1.0.4",
"_resolution": {
"type": "version",
"tag": "v1.0.4",
"commit": "40edacdee1e130ef6345d1561b396c96a9531b03"
},
"_source": "git://github.com/PolymerElements/iron-localstorage.git",
"_target": "^1.0.0",
"_originalSource": "PolymerElements/iron-localstorage"
}