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

Side by Side Diff: polymer_1.0.4/bower_components/marked/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
1 { 1 {
2 "name": "marked", 2 "name": "marked",
3 "version": "0.3.2", 3 "version": "0.3.2",
4 "homepage": "https://github.com/chjj/marked", 4 "homepage": "https://github.com/chjj/marked",
5 "authors": [ 5 "authors": [
6 "Christopher Jeffrey <chjjeffrey@gmail.com>" 6 "Christopher Jeffrey <chjjeffrey@gmail.com>"
7 ], 7 ],
8 "description": "A markdown parser built for speed", 8 "description": "A markdown parser built for speed",
9 "keywords": [ 9 "keywords": [
10 "markdown", 10 "markdown",
11 "markup", 11 "markup",
12 "html" 12 "html"
13 ], 13 ],
14 "main": "lib/marked.js", 14 "main": "lib/marked.js",
15 "license": "MIT", 15 "license": "MIT",
16 "ignore": [ 16 "ignore": [
17 "**/.*", 17 "**/.*",
18 "node_modules", 18 "node_modules",
19 "bower_components", 19 "bower_components",
20 "app/bower_components", 20 "app/bower_components",
21 "test", 21 "test",
22 "tests" 22 "tests"
23 ] 23 ]
24 } 24 }
OLDNEW
« no previous file with comments | « polymer_1.0.4/bower_components/marked/bin/marked ('k') | polymer_1.0.4/bower_components/marked/component.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698