UNPKG

366 BJSONView Raw
1{
2 "name": "@nuxtjs/markdownit",
3 "version": "0.0.1",
4 "license": "MIT",
5 "main": "index.js",
6 "repository": "https://github.com/nuxt/modules",
7 "homepage": "https://github.com/nuxt/modules/tree/master/modules/markdownit",
8 "publishConfig": {
9 "access": "public"
10 },
11 "dependencies": {
12 "markdownit-loader": "^1.0.1",
13 "raw-loader": "^0.5.1"
14 }
15}