{ "name": "vuepress-www", "version": "0.1.0", "description": "Static website of Phundrak", "main": "index.js", "repository": "https://labs.phundrak.com/phundrak/vuepress-www", "author": "Lucien Cartier-Tilet ", "license": "GPL-3.0", "private": true, "devDependencies": { "vuepress": "^2.0.0-beta.60" }, "scripts": { "dev": "vuepress dev docs", "build": "vuepress build docs" } }