2011-07-24 08:15:35 -05:00
|
|
|
{
|
|
|
|
"name": "marked",
|
2011-08-24 11:38:27 -05:00
|
|
|
"description": "A markdown parser built for speed",
|
2011-07-24 08:15:35 -05:00
|
|
|
"author": "Christopher Jeffrey",
|
2018-01-05 23:43:05 -05:00
|
|
|
"version": "0.3.12",
|
2011-07-24 08:15:35 -05:00
|
|
|
"main": "./lib/marked.js",
|
2012-01-27 15:53:57 -06:00
|
|
|
"bin": "./bin/marked",
|
|
|
|
"man": "./man/marked.1",
|
2011-07-24 08:15:35 -05:00
|
|
|
"repository": "git://github.com/chjj/marked.git",
|
2012-01-27 15:53:57 -06:00
|
|
|
"homepage": "https://github.com/chjj/marked",
|
2017-12-01 11:23:27 -05:00
|
|
|
"bugs": {
|
|
|
|
"url": "http://github.com/chjj/marked/issues"
|
|
|
|
},
|
2013-12-28 16:09:34 -08:00
|
|
|
"license": "MIT",
|
2017-12-01 11:23:27 -05:00
|
|
|
"keywords": [
|
|
|
|
"markdown",
|
|
|
|
"markup",
|
|
|
|
"html"
|
|
|
|
],
|
|
|
|
"tags": [
|
|
|
|
"markdown",
|
|
|
|
"markup",
|
|
|
|
"html"
|
|
|
|
],
|
2013-03-01 17:25:28 +08:00
|
|
|
"devDependencies": {
|
|
|
|
"markdown": "*",
|
|
|
|
"showdown": "*",
|
2018-01-06 01:44:10 -06:00
|
|
|
"markdown-it": "*",
|
2018-01-06 01:11:16 -06:00
|
|
|
"front-matter": "^2.3.0",
|
2018-01-07 11:25:24 -06:00
|
|
|
"glob-to-regexp": "0.3.0",
|
2018-02-08 20:15:53 +01:00
|
|
|
"uglify-js": "^3.3.10"
|
2013-03-01 17:25:28 +08:00
|
|
|
},
|
2017-12-01 11:23:27 -05:00
|
|
|
"scripts": {
|
|
|
|
"test": "node test",
|
2018-02-08 20:15:53 +01:00
|
|
|
"bench": "node test --bench",
|
|
|
|
"build": "uglifyjs lib/marked.js -cm --comments /Copyright/ -o marked.min.js"
|
2017-12-01 11:23:27 -05:00
|
|
|
}
|
2011-08-10 21:50:25 -05:00
|
|
|
}
|