connect-md
Version:
view markdow files in browser with connect.js
36 lines (35 loc) • 792 B
JSON
{
"name": "connect-md",
"version": "0.0.5",
"description": "view markdow files in browser with connect.js",
"main": "index.js",
"scripts":{
"test":"cd test && npm install && gulp"
},
"dependencies": {
"marked": "^0.3.6",
"defaults": "^1.0.3",
"parseurl": "^1.3.1",
"clone": "^1.0.2"
},
"devDependencies": {
"defaults": "^1.0.3",
"marked": "^0.3.6",
"parseurl": "^1.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/foolishchow/connect-md.git"
},
"keywords": [
"markdown",
"connect.js",
"browser"
],
"author": "foolishchow",
"license": "MIT",
"bugs": {
"url": "https://github.com/foolishchow/connect-md/issues"
},
"homepage": "https://github.com/foolishchow/connect-md#readme"
}