jsdoc/node_modules/marked/package.json
2015-07-29 16:30:49 -07:00

70 lines
1.5 KiB
JSON

{
"name": "marked",
"description": "A markdown parser built for speed",
"author": {
"name": "Christopher Jeffrey"
},
"version": "0.3.4",
"main": "./lib/marked.js",
"bin": {
"marked": "./bin/marked"
},
"man": [
"./man/marked.1"
],
"preferGlobal": true,
"repository": {
"type": "git",
"url": "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": "*",
"robotskirt": "*",
"gulp": "^3.8.11",
"gulp-uglify": "^1.1.0",
"gulp-concat": "^2.5.2"
},
"scripts": {
"test": "node test",
"bench": "node test --bench"
},
"gitHead": "cb4981c553d8ee22953f5eacca989e65a821c764",
"_id": "marked@0.3.4",
"_shasum": "b0afa8e0b33f80c9265e864a333ec99ecebdf2b0",
"_from": "marked@>=0.3.4 <0.4.0",
"_npmVersion": "2.13.2",
"_nodeVersion": "0.12.7",
"_npmUser": {
"name": "chjj",
"email": "chjjeffrey@gmail.com"
},
"maintainers": [
{
"name": "chjj",
"email": "chjjeffrey@gmail.com"
}
],
"dist": {
"shasum": "b0afa8e0b33f80c9265e864a333ec99ecebdf2b0",
"tarball": "http://registry.npmjs.org/marked/-/marked-0.3.4.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/marked/-/marked-0.3.4.tgz"
}