Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « marked « node_modules « doc « tools - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f47a9e12530731b916f123793794bd7e157c4535 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "marked",
  "description": "A markdown parser built for speed",
  "author": "Christopher Jeffrey",
  "version": "0.1.9",
  "main": "./lib/marked.js",
  "bin": "./bin/marked",
  "man": "./man/marked.1",
  "preferGlobal": false,
  "repository": "git://github.com/chjj/marked.git",
  "homepage": "https://github.com/chjj/marked",
  "bugs": "http://github.com/chjj/marked/issues",
  "keywords": [ "markdown", "markup", "html" ],
  "tags": [ "markdown", "markup", "html" ]
}