-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 840 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "vuepress-theme-material-free",
"version": "0.1.4",
"description": "Vuepress theme inspired in Material Design Lite",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gabrielwillemann/vuepress-theme-material-free.git"
},
"keywords": [
"vuepress",
"vuepress-theme",
"material",
"material-design",
"material-design-lite",
"material-lite"
],
"author": "Gabriel Willemann",
"license": "MIT",
"bugs": {
"url": "https://github.com/gabrielwillemann/vuepress-theme-material-free/issues"
},
"homepage": "https://github.com/gabrielwillemann/vuepress-theme-material-free#readme",
"dependencies": {
"@vuepress/plugin-blog": "^1.9.2",
"dayjs": "^1.8.23"
}
}