forked from buttplugio/buttplug-developer-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 829 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 829 Bytes
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
{
"name": "buttplug-developer-guide",
"version": "0.1.0",
"description": "Buttplug Developer Guide",
"scripts": {
"dev": "vuepress dev developer-guide",
"build": "vuepress build developer-guide"
},
"repository": {
"type": "git",
"url": "git+https://github.com/metafetish/buttplug-developer-guide.git"
},
"author": "Kyle Machulis <kyle@machul.is>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/metafetish/buttplug-developer-guide"
},
"homepage": "https://github.com/metafetish/buttplug-developer-guide",
"dependencies": {
"@vuepress/plugin-back-to-top": "^1.8.2",
"vue-tabs-component": "^1.5.0",
"vuepress": "^1.8.2",
"vuepress-plugin-code-switcher": "^1.1.0",
"vuepress-plugin-container": "^2.1.5",
"vuepress-plugin-matomo": "^1.0.2"
}
}