-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 809 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 809 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
28
29
30
31
32
33
{
"name": "vuepress-plugin-apidocs",
"version": "4.11.2",
"description": "Plugin for VuePress to render API reference documentation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vuepress",
"titanium",
"api",
"docs"
],
"author": "Axway Appcelerator",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/appcelerator/docs-devkit.git",
"directory": "packages/vuepress/vuepress-plugin-apidocs"
},
"dependencies": {
"@vuepress/shared-utils": "^1.7.1",
"axios": "^1.2.6",
"fs-extra": "^9.0.1",
"titanium-docgen": "^4.10.3",
"vue-content-loader": "^0.2.2"
},
"peerDependencies": {
"vuex": "^3.5.1",
"vuex-router-sync": "^5.0.0"
}
}