snk
Version:
Sneak a peek at your markdown.
42 lines (41 loc) • 873 B
JSON
{
"name": "snk",
"version": "0.1.2",
"description": "Sneak a peek at your markdown.",
"main": "index.js",
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"snk": "./bin/snk.js"
},
"repository": {
"type": "git",
"url": "git://github.com/gratimax/snk"
},
"keywords": [
"markdown",
"preview",
"livereload",
"autoreload",
"markdown-preview"
],
"author": "Max Ovsiankin <max@ovsankin.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gratimax/snk/issues"
},
"dependencies": {
"bluebird": "^3.3.4",
"chokidar": "^1.4.3",
"commander": "^2.9.0",
"express": "^4.13.4",
"highlight.js": "^9.2.0",
"hogan.js": "^3.0.2",
"marked": "^0.3.5",
"mustache": "^2.2.1",
"open": "0.0.5",
"tiny-lr": "^0.2.1"
}
}