UNPKG

webdash-readme-preview

Version:
39 lines (38 loc) 855 B
{ "name": "webdash-readme-preview", "version": "1.2.0", "description": "Preview your README.md straight from the dashboard", "main": "api.js", "directories": { "test": "test" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/jadjoubran/webdash-readme-preview.git" }, "keywords": [ "webdash", "webdash-plugin", "readme.md" ], "files": [ "bower_components/", "*.js", "*.html", "*.md", "*.json" ], "author": "Jad Joubran", "license": "MIT", "dependencies": { "highlight.js": "^9.12.0", "markdown-it": "^8.4.1" }, "bugs": { "url": "https://github.com/jadjoubran/webdash-readme-preview/issues" }, "homepage": "https://github.com/jadjoubran/webdash-readme-preview#readme" }