| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "name": "markdown-viewer",
- "version": "0.0.0",
- "description": "Markdown Viewer / Browser Extension",
- "private": true,
- "keywords": [],
- "license": "MIT",
- "homepage": "https://github.com/simov/markdown-viewer",
- "author": "Simeon Velichkov <[email protected]> (https://simov.github.io)",
- "repository": {
- "type": "git",
- "url": "https://github.com/simov/markdown-viewer.git"
- },
- "dependencies": {
- "@material/button": "^0.34.1",
- "@material/elevation": "^0.34.0",
- "@material/list": "^0.34.1",
- "@material/ripple": "^0.34.1",
- "@material/switch": "^0.34.0",
- "@material/tabs": "^0.34.1",
- "@material/textfield": "^0.34.1",
- "@material/theme": "^0.33.0",
- "@material/toolbar": "^0.34.1",
- "@material/typography": "^0.34.0",
- "marked": "^0.3.12",
- "mithril": "^1.1.6",
- "prismjs": "^1.9.0",
- "remark": "^8.0.0",
- "remark-frontmatter": "^1.2.0",
- "remark-html": "^7.0.0",
- "remark-slug": "^5.0.0"
- },
- "devDependencies": {
- "babel-core": "^6.26.0",
- "babel-preset-es2015": "^6.24.1",
- "csso": "^3.4.0",
- "iconv-lite": "^0.4.21",
- "mocha": "^4.1.0",
- "node-sass": "^4.7.2",
- "puppeteer": "^1.3.0",
- "rollup": "^0.53.4",
- "rollup-plugin-commonjs": "^8.2.6",
- "rollup-plugin-node-resolve": "^3.0.0",
- "uglify-js": "^3.3.5"
- },
- "bin": {},
- "main": "",
- "files": [],
- "scripts": {
- "test": "mocha --timeout 100000000 --slow 400",
- "debug": "mocha --inspect-brk --timeout 100000000",
- "build:mdc": "node build/mdc/",
- "build:prism": "node build/prism/"
- },
- "engines": {
- "node": ">=8.0.0",
- "npm": ">=5.0.0"
- }
- }
|