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

69 lines
1.5 KiB
JSON

{
"name": "marked",
"description": "A markdown parser built for speed",
"author": {
"name": "Christopher Jeffrey"
},
"version": "0.3.5",
"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": "*",
"gulp": "^3.8.11",
"gulp-uglify": "^1.1.0",
"gulp-concat": "^2.5.2"
},
"scripts": {
"test": "node test",
"bench": "node test --bench"
},
"gitHead": "88ce4df47c4d994dc1b1df1477a21fb893e11ddc",
"_id": "marked@0.3.5",
"_shasum": "4113a15ac5d7bca158a5aae07224587b9fa15b94",
"_from": "marked@0.3.5",
"_npmVersion": "2.13.2",
"_nodeVersion": "0.12.7",
"_npmUser": {
"name": "chjj",
"email": "chjjeffrey@gmail.com"
},
"maintainers": [
{
"name": "chjj",
"email": "chjjeffrey@gmail.com"
}
],
"dist": {
"shasum": "4113a15ac5d7bca158a5aae07224587b9fa15b94",
"tarball": "http://registry.npmjs.org/marked/-/marked-0.3.5.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/marked/-/marked-0.3.5.tgz"
}