UNPKG

md-live

Version:
65 lines (64 loc) 1.59 kB
{ "name": "md-live", "version": "1.2.2", "description": "Markdown preview with live update.", "main": "app.js", "scripts": { }, "author": "Maxwell Huang-Hobbs <mhuan13@gmail.com>", "license": "MIT", "dependencies": { "chokidar": "^1.6.0", "express": "^4.10.4", "external-require": "^1.0.1", "hamljs": "^0.6.2", "marked": "^0.3.2", "minimist": "^1.1.0", "object-hash": "^1.1.4", "open": "0.0.5", "socket.io": "^1.2.1", "underscore": "^1.8.3", "watch": "^0.13.0", "js-yaml": "^3.6.1", "handlebars": "^4.0.5" }, "devDependencies": { "autoprefixer": "^6.4.0", "babel-core": "^6.13.2", "babel-eslint": "^6.1.2", "babel-loader": "^6.2.4", "babel-preset-es2015": "^6.13.2", "css-loader": "^0.24.0", "domready": "^1.0.8", "eslint": "^3.3.1", "eslint-cli": "^1.1.0", "extract-text-webpack-plugin": "^1.0.1", "gator": "^1.2.4", "glob": "^7.0.6", "handlebars-loader": "^1.3.0", "node-sass": "^3.8.0", "postcss-loader": "^0.11.0", "precss": "^1.4.0", "prismjs": "^1.5.1", "sass-loader": "^4.0.0", "socket.io-client": "^1.4.8", "webpack": "^1.13.1", "webpack-cli": "^1.0.0" }, "bin": { "mdlive": "bin/mdlive" }, "repository": { "type": "git", "url": "https://github.com/Adjective-Object/markdown-live.git" }, "keywords": [ "markdown", "live", "preview" ], "bugs": { "url": "https://github.com/Adjective-Object/markdown-live/issues" }, "homepage": "https://github.com/Adjective-Object/markdown-live" }