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

Side by Side 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, 5 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-element",
3 "description": "Prism.js import and syntax highlighting",
4 "version": "1.0.2",
5 "authors": [
6 "The Polymer Project Authors (https://polymer.github.io/AUTHORS.txt)"
7 ],
8 "keywords": [
9 "web-components",
10 "polymer",
11 "prism",
12 "molecule"
13 ],
14 "license": "http://polymer.github.io/LICENSE.txt",
15 "homepage": "https://github.com/PolymerElements/prism-highlighter",
16 "main": "prism-highlighter.html",
17 "ignore": [
18 "/.*",
19 "/test/",
20 "/demo/"
21 ],
22 "dependencies": {
23 "prism": "*",
24 "polymer": "Polymer/polymer#^1.0.0"
25 },
26 "devDependencies": {
27 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
28 }
29 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698