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

Side by Side Diff: polymer_1.0.4/bower_components/prism/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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "prism",
3 "version": "0.0.1",
4 "main": [
5 "prism.js",
6 "themes/prism.css"
7 ],
8 "homepage": "http://prismjs.com",
9 "authors": "Lea Verou",
10 "description": "Lightweight, robust, elegant syntax highlighting. A spin-off p roject from Dabblet.",
11 "license": "MIT",
12 "ignore": [
13 "**/.*",
14 "img",
15 "templates",
16 "CNAME",
17 "*.html",
18 "style.css",
19 "favicon.png",
20 "logo.svg",
21 "download.js",
22 "prefixfree.min.js",
23 "utopia.js",
24 "code.js"
25 ]
26 }
OLDNEW
« no previous file with comments | « polymer_1.0.4/bower_components/prism/README.md ('k') | polymer_1.0.4/bower_components/prism/components.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698