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

Unified Diff: bower.json

Issue 877243005: Add designer-selection element (Closed) Base URL: https://github.com/PolymerLabs/designer2.git@master
Patch Set: Move style outside template 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
Index: bower.json
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000000000000000000000000000000000000..fe2410312461d1e2f968787bd39b26b7ae619819
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,12 @@
+{
+ "name": "designer2",
+ "private": true,
+ "dependencies": {
+ "webcomponentsjs": "webcomponents/webcomponentsjs#0.5.4",
+ "polymer": "https://github.com/Polymer/polymer.git#0.8-preview",
+ "neoprene": "https://github.com/PolymerLabs/neoprene.git",
imac 2015/02/05 03:18:33 PolymerLabs/neoprene is shorthand for this; consis
justinfagnani 2015/02/05 20:15:54 Done.
imac 2015/02/06 20:26:31 polymer & webcomponentsjs too
justinfagnani 2015/02/06 23:46:39 Done.
+ "mocha": "mochajs/mocha#^2.1.0",
+ "chai": "chaijs/chai#^1.10.0"
+ },
+ "version": "0.8.0"
+}

Powered by Google App Engine
This is Rietveld 408576698