Blame view

bower_components/marked/package.json 726 Bytes
73bcce88   luigser   COMPONENTS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  {
    "name": "marked",
    "description": "A markdown parser built for speed",
    "author": "Christopher Jeffrey",
    "version": "0.3.5",
    "main": "./lib/marked.js",
    "bin": "./bin/marked",
    "man": "./man/marked.1",
    "preferGlobal": true,
    "repository": "git://github.com/chjj/marked.git",
    "homepage": "https://github.com/chjj/marked",
    "bugs": { "url": "http://github.com/chjj/marked/issues" },
    "license": "MIT",
    "keywords": ["markdown", "markup", "html"],
    "tags": ["markdown", "markup", "html"],
    "devDependencies": {
      "markdown": "*",
      "showdown": "*",
      "gulp": "^3.8.11",
      "gulp-uglify": "^1.1.0",
      "gulp-concat": "^2.5.2"
    },
    "scripts": { "test": "node test", "bench": "node test --bench" }
  }