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

Unified Diff: polymer_1.0.4/bower_components/prism-element/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/prism-element/bower.json
diff --git a/polymer_1.0.4/bower_components/prism-element/bower.json b/polymer_1.0.4/bower_components/prism-element/bower.json
new file mode 100644
index 0000000000000000000000000000000000000000..2ffca768aea51f1d5b1b4487716491ee4816bd14
--- /dev/null
+++ b/polymer_1.0.4/bower_components/prism-element/bower.json
@@ -0,0 +1,29 @@
+{
+ "name": "prism-element",
+ "description": "Prism.js import and syntax highlighting",
+ "version": "1.0.2",
+ "authors": [
+ "The Polymer Project Authors (https://polymer.github.io/AUTHORS.txt)"
+ ],
+ "keywords": [
+ "web-components",
+ "polymer",
+ "prism",
+ "molecule"
+ ],
+ "license": "http://polymer.github.io/LICENSE.txt",
+ "homepage": "https://github.com/PolymerElements/prism-highlighter",
+ "main": "prism-highlighter.html",
+ "ignore": [
+ "/.*",
+ "/test/",
+ "/demo/"
+ ],
+ "dependencies": {
+ "prism": "*",
+ "polymer": "Polymer/polymer#^1.0.0"
+ },
+ "devDependencies": {
+ "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698