UNPKG

880 BJSONView Raw
1{
2 "name": "@nuxtjs/content",
3 "version": "0.1.97",
4 "description": "Content Module for Nuxt.js.",
5 "main": "lib/index.js",
6 "contributors": [
7 {
8 "name": "Alid Castano (@alidcastano)"
9 }
10 ],
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/nuxt-community/content-module"
14 },
15 "keywords": [
16 "Nuxt.js",
17 "Vue.js",
18 "Content",
19 "Blog",
20 "Posts",
21 "Collections",
22 "Markdown",
23 "Static"
24 ],
25 "license": "MIT ",
26 "scripts": {
27 "publish": "npm --no-git-tag-version version patch && npm publish"
28 },
29 "peerDependencies": {
30 "vue-loader": "^12.2.1"
31 },
32 "dependencies": {
33 "cheerio": "^1.0.0-rc.1",
34 "front-matter": "^2.1.2",
35 "loader-utils": "^1.1.0",
36 "markdown-it": "^8.3.1",
37 "param-case": "^2.1.1",
38 "path-to-regexp": "^1.7.0"
39 },
40 "devDependencies": {
41 "vue-loader": "^12.2.1"
42 }
43}