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

Unified Diff: polymer_1.0.4/bower_components/prism/package.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/package.json
diff --git a/polymer_1.0.4/bower_components/prism/package.json b/polymer_1.0.4/bower_components/prism/package.json
new file mode 100644
index 0000000000000000000000000000000000000000..06152b4fa8733ab794cec8f6e8c5de58d1f5a352
--- /dev/null
+++ b/polymer_1.0.4/bower_components/prism/package.json
@@ -0,0 +1,27 @@
+{
+ "name": "prismjs",
+ "version": "0.0.1",
+ "description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
+ "main": "prism.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/LeaVerou/prism.git"
+ },
+ "keywords": [
+ "prism",
+ "highlight"
+ ],
+ "author": "Lea Verou",
+ "license": "MIT",
+ "readmeFilename": "README.md",
+ "devDependencies": {
+ "gulp": "^3.8.6",
+ "gulp-concat": "^2.3.4",
+ "gulp-header": "^1.0.5",
+ "gulp-rename": "^1.2.0",
+ "gulp-uglify": "^0.3.1"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698