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

Unified 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, 6 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 side-by-side diff with in-line comments
Download patch
Index: polymer_1.0.4/bower_components/iron-localstorage/bower.json
diff --git a/polymer_1.0.4/bower_components/iron-localstorage/bower.json b/polymer_1.0.4/bower_components/iron-localstorage/bower.json
new file mode 100644
index 0000000000000000000000000000000000000000..2b2f65de872ab87d9ccc176832e6969e4e04d33b
--- /dev/null
+++ b/polymer_1.0.4/bower_components/iron-localstorage/bower.json
@@ -0,0 +1,28 @@
+{
+ "name": "iron-localstorage",
+ "version": "1.0.3",
+ "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"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698