phundrak.com/package.json

21 lines
505 B
JSON
Raw Normal View History

{
"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 <lucien@phundrak.com>",
"license": "GPL-3.0",
"private": true,
"devDependencies": {
"vuepress": "^2.0.0-beta.60"
},
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build"
},
"dependencies": {
"vuepress-plugin-remove-html-extension": "^0.1.0"
}
}