github.com/System-Glitch/goyave/v2@v2.10.3-0.20200819142921-51011e75d504/docs_src/package.json (about)

     1  {
     2    "name": "goyave_docs",
     3    "version": "3.0.0",
     4    "description": "An All-in-one elegant web framework written in Go",
     5    "main": "index.js",
     6    "scripts": {
     7      "dev": "vuepress dev src",
     8      "build": "vuepress build src"
     9    },
    10    "author": "Jérémy LAMBERT (System-Glitch)",
    11    "license": "MIT",
    12    "devDependencies": {
    13      "@vuepress/plugin-back-to-top": "^1.5.3",
    14      "vuepress": "^1.5.3",
    15      "vuepress-plugin-container": "^2.1.4"
    16    }
    17  }