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

Side by Side Diff: polymer_0.5.4/bower_components/marked/.bower.json

Issue 895523005: Added Polymer 0.5.4 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "marked",
3 "version": "0.3.3",
4 "homepage": "https://github.com/chjj/marked",
5 "authors": [
6 "Christopher Jeffrey <chjjeffrey@gmail.com>"
7 ],
8 "description": "A markdown parser built for speed",
9 "keywords": [
10 "markdown",
11 "markup",
12 "html"
13 ],
14 "main": "lib/marked.js",
15 "license": "MIT",
16 "ignore": [
17 "**/.*",
18 "node_modules",
19 "bower_components",
20 "app/bower_components",
21 "test",
22 "tests"
23 ],
24 "_release": "0.3.3",
25 "_resolution": {
26 "type": "version",
27 "tag": "v0.3.3",
28 "commit": "2b5802f258c5e23e48366f2377fbb4c807f47658"
29 },
30 "_source": "git://github.com/chjj/marked.git",
31 "_target": "*",
32 "_originalSource": "marked"
33 }
OLDNEW
« no previous file with comments | « polymer_0.5.4/bower_components/marked-element/marked-import.html ('k') | polymer_0.5.4/bower_components/marked/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698