Website/node_modules/marked/package.json
2015-12-02 18:21:44 -05:00

95 lines
2.1 KiB
JSON

{
"_args": [
[
"marked@~0.3.1",
"/Users/okennedy/Desktop/Website/node_modules/metalsmith-markdown"
]
],
"_from": "marked@>=0.3.1 <0.4.0",
"_id": "marked@0.3.5",
"_inCache": true,
"_installable": true,
"_location": "/marked",
"_nodeVersion": "0.12.7",
"_npmUser": {
"email": "chjjeffrey@gmail.com",
"name": "chjj"
},
"_npmVersion": "2.13.2",
"_phantomChildren": {},
"_requested": {
"name": "marked",
"raw": "marked@~0.3.1",
"rawSpec": "~0.3.1",
"scope": null,
"spec": ">=0.3.1 <0.4.0",
"type": "range"
},
"_requiredBy": [
"/metalsmith-markdown"
],
"_resolved": "https://registry.npmjs.org/marked/-/marked-0.3.5.tgz",
"_shasum": "4113a15ac5d7bca158a5aae07224587b9fa15b94",
"_shrinkwrap": null,
"_spec": "marked@~0.3.1",
"_where": "/Users/okennedy/Desktop/Website/node_modules/metalsmith-markdown",
"author": {
"name": "Christopher Jeffrey"
},
"bin": {
"marked": "./bin/marked"
},
"bugs": {
"url": "http://github.com/chjj/marked/issues"
},
"dependencies": {},
"description": "A markdown parser built for speed",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-uglify": "^1.1.0",
"markdown": "*",
"showdown": "*"
},
"directories": {},
"dist": {
"shasum": "4113a15ac5d7bca158a5aae07224587b9fa15b94",
"tarball": "http://registry.npmjs.org/marked/-/marked-0.3.5.tgz"
},
"gitHead": "88ce4df47c4d994dc1b1df1477a21fb893e11ddc",
"homepage": "https://github.com/chjj/marked",
"keywords": [
"html",
"markdown",
"markup"
],
"license": "MIT",
"main": "./lib/marked.js",
"maintainers": [
{
"name": "chjj",
"email": "chjjeffrey@gmail.com"
}
],
"man": [
"./man/marked.1"
],
"name": "marked",
"optionalDependencies": {},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git://github.com/chjj/marked.git"
},
"scripts": {
"bench": "node test --bench",
"test": "node test"
},
"tags": [
"html",
"markdown",
"markup"
],
"version": "0.3.5"
}