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

Unified Diff: bower.json

Issue 877243005: Add designer-selection element (Closed) Base URL: https://github.com/PolymerLabs/designer2.git@master
Patch Set: Address more review comments Created 5 years, 10 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
« no previous file with comments | « .gitignore ('k') | codereview.settings » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bower.json
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000000000000000000000000000000000000..b3e078a3b4f1e7e0066ead0f40f7fd3e654ff8d3
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,12 @@
+{
+ "name": "designer2",
+ "private": true,
+ "dependencies": {
+ "webcomponentsjs": "webcomponents/webcomponentsjs#0.5.4",
+ "polymer": "Polymer/polymer#0.8-preview",
+ "neoprene": "PolymerLabs/neoprene",
+ "mocha": "mochajs/mocha#^2.1.0",
+ "chai": "chaijs/chai#^1.10.0"
+ },
+ "version": "0.8.0"
+}
« no previous file with comments | « .gitignore ('k') | codereview.settings » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698