1
0
Fork 0
arangodb/js/node/node_modules/marked/package.json

68 lines
1.4 KiB
JSON

{
"name": "marked",
"description": "A markdown parser built for speed",
"author": {
"name": "Christopher Jeffrey"
},
"version": "0.3.3",
"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": "*"
},
"scripts": {
"test": "node test",
"bench": "node test --bench"
},
"gitHead": "2b5802f258c5e23e48366f2377fbb4c807f47658",
"_id": "marked@0.3.3",
"_shasum": "08bad9cac13736f6cceddc202344f1b0bf255390",
"_from": "marked@*",
"_npmVersion": "2.3.0",
"_nodeVersion": "0.10.35",
"_npmUser": {
"name": "chjj",
"email": "chjjeffrey@gmail.com"
},
"maintainers": [
{
"name": "chjj",
"email": "chjjeffrey@gmail.com"
}
],
"dist": {
"shasum": "08bad9cac13736f6cceddc202344f1b0bf255390",
"tarball": "http://registry.npmjs.org/marked/-/marked-0.3.3.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/marked/-/marked-0.3.3.tgz",
"readme": "ERROR: No README data found!"
}