Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Side by Side Diff: polymer_1.0.4/bower_components/iron-localstorage/bower.json

Issue 1205703007: Add polymer 1.0 to npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Renamed folder to 1.0.4 Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "iron-localstorage",
3 "version": "1.0.3",
4 "description": "Provides access to local storage",
5 "keywords": [
6 "web-component",
7 "polymer",
8 "storage"
9 ],
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/PolymerElements/iron-localstorage.git"
13 },
14 "main": "iron-localstorage.html",
15 "license": "http://polymer.github.io/LICENSE.txt",
16 "homepage": "https://github.com/PolymerElements/iron-localstorage/",
17 "dependencies": {
18 "polymer": "Polymer/polymer#^1.0.0"
19 },
20 "devDependencies": {
21 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
22 "test-fixture": "PolymerElements/test-fixture#^1.0.0",
23 "web-component-tester": "*",
24 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
25 "paper-styles": "PolymerElements/paper-styles#^1.0.2",
26 "paper-checkbox": "PolymerElements/paper-checkbox#^1.0.1"
27 }
28 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698