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

Side by Side Diff: bower_components/marked/package.json

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « bower_components/marked/man/marked.1 ('k') | bower_components/marked/test/README » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "name": "marked",
3 "description": "A markdown parser built for speed",
4 "author": "Christopher Jeffrey",
5 "version": "0.3.2",
6 "main": "./lib/marked.js",
7 "bin": "./bin/marked",
8 "man": "./man/marked.1",
9 "preferGlobal": true,
10 "repository": "git://github.com/chjj/marked.git",
11 "homepage": "https://github.com/chjj/marked",
12 "bugs": { "url": "http://github.com/chjj/marked/issues" },
13 "license": "MIT",
14 "keywords": ["markdown", "markup", "html"],
15 "tags": ["markdown", "markup", "html"],
16 "devDependencies": {
17 "markdown": "*",
18 "showdown": "*",
19 "robotskirt": "*"
20 },
21 "scripts": { "test": "node test", "bench": "node test --bench" }
22 }
OLDNEW
« no previous file with comments | « bower_components/marked/man/marked.1 ('k') | bower_components/marked/test/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698